Skip to content

Commit

Permalink
fix tab restoration in project properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 18, 2011
1 parent dc1712b commit 2dab911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -378,6 +378,7 @@ QgisApp *QgisApp::smInstance = 0;
QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent, Qt::WFlags fl )
: QMainWindow( parent, fl )
, mSplash( splash )
, mShowProjectionTab( false )
, mPythonUtils( NULL )
, mpTileScaleWidget( NULL )
#ifdef Q_OS_WIN
Expand Down

0 comments on commit 2dab911

Please sign in to comment.