Skip to content

Commit 03de5e0

Browse files
author
jef
committed
fix restoration of saved main window position
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8558 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 508b215 commit 03de5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ static void customSrsValidation_(QgsSpatialRefSys* srs)
437437
setAcceptDrops(true);
438438

439439
mFullScreenMode = false;
440-
showNormal();
440+
show();
441441
qApp->processEvents();
442442
} // QgisApp ctor
443443

0 commit comments

Comments
 (0)