Skip to content

Commit

Permalink
remove old color key when restoring copyright decorator from pre-3.2 …
Browse files Browse the repository at this point in the history
…projects
  • Loading branch information
nirvn committed May 18, 2018
1 parent 83ccff2 commit 0153434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsdecorationcopyright.cpp
Expand Up @@ -81,6 +81,7 @@ void QgsDecorationCopyright::projectRead()
if ( oldColor.isValid() )
{
mTextFormat.setColor( oldColor );
QgsProject::instance()->removeEntry( mNameConfig, QStringLiteral( "/Color" ) );
}
}

Expand Down

0 comments on commit 0153434

Please sign in to comment.