We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ccff2 commit 0153434Copy full SHA for 0153434
src/app/qgsdecorationcopyright.cpp
@@ -81,6 +81,7 @@ void QgsDecorationCopyright::projectRead()
81
if ( oldColor.isValid() )
82
{
83
mTextFormat.setColor( oldColor );
84
+ QgsProject::instance()->removeEntry( mNameConfig, QStringLiteral( "/Color" ) );
85
}
86
87
0 commit comments