mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix a spelling mistake in debug message
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6045 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
bd4e26f1c2
commit
43eee2bd2f
@ -2684,7 +2684,7 @@ bool QgisApp::addProject(QString projectFile)
|
||||
int myBlueInt = QgsProject::instance()->readNumEntry("Gui","/CanvasColorBluePart",255);
|
||||
QColor myColor = QColor(myRedInt,myGreenInt,myBlueInt);
|
||||
mMapCanvas->setCanvasColor(myColor); //this is fill colour before rendering starts
|
||||
qDebug("Canvas bacground color restored...");
|
||||
qDebug("Canvas background color restored...");
|
||||
|
||||
emit projectRead(); // let plug-ins know that we've read in a new
|
||||
// project so that they can check any project
|
||||
|
Loading…
x
Reference in New Issue
Block a user