Skip to content

Commit 2dab911

Browse files
committed
fix tab restoration in project properties
1 parent dc1712b commit 2dab911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgisapp.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ QgisApp *QgisApp::smInstance = 0;
378378
QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent, Qt::WFlags fl )
379379
: QMainWindow( parent, fl )
380380
, mSplash( splash )
381+
, mShowProjectionTab( false )
381382
, mPythonUtils( NULL )
382383
, mpTileScaleWidget( NULL )
383384
#ifdef Q_OS_WIN

0 commit comments

Comments
 (0)