Skip to content

Commit

Permalink
fix restoration of saved main window position
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8558 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 31, 2008
1 parent 508b215 commit 03de5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -437,7 +437,7 @@ static void customSrsValidation_(QgsSpatialRefSys* srs)
setAcceptDrops(true);

mFullScreenMode = false;
showNormal();
show();
qApp->processEvents();
} // QgisApp ctor

Expand Down

0 comments on commit 03de5e0

Please sign in to comment.