We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9363301 commit ad4afafCopy full SHA for ad4afaf
src/gui/qgisapp.cpp
@@ -2684,7 +2684,7 @@ bool QgisApp::addProject(QString projectFile)
2684
int myBlueInt = QgsProject::instance()->readNumEntry("Gui","/CanvasColorBluePart",255);
2685
QColor myColor = QColor(myRedInt,myGreenInt,myBlueInt);
2686
mMapCanvas->setCanvasColor(myColor); //this is fill colour before rendering starts
2687
- qDebug("Canvas bacground color restored...");
+ qDebug("Canvas background color restored...");
2688
2689
emit projectRead(); // let plug-ins know that we've read in a new
2690
// project so that they can check any project
0 commit comments