Skip to content

Commit 53337e2

Browse files
jef-nalexbruy
authored andcommittedDec 2, 2011
fix tab restoration in project properties
1 parent cba19e2 commit 53337e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ QgisApp *QgisApp::smInstance = 0;
373373
QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent, Qt::WFlags fl )
374374
: QMainWindow( parent, fl )
375375
, mSplash( splash )
376+
, mShowProjectionTab( false )
376377
, mPythonUtils( NULL )
377378
, mpTileScaleWidget( NULL )
378379
#ifdef Q_OS_WIN

0 commit comments

Comments
 (0)
Please sign in to comment.