Skip to content

Commit e16e25c

Browse files
committedOct 29, 2018
Hide geometry validation dock
Fix #20245 https://issues.qgis.org/issues/20245
1 parent 8fc4378 commit e16e25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
929929
mGeometryValidationService = qgis::make_unique<QgsGeometryValidationService>( QgsProject::instance() );
930930
mGeometryValidationService->setMessageBar( mInfoBar );
931931
mGeometryValidationDock = new QgsGeometryValidationDock( tr( "Geometry Validation" ), mMapCanvas, this );
932+
mGeometryValidationDock->hide();
932933
mGeometryValidationModel = new QgsGeometryValidationModel( mGeometryValidationService.get(), mGeometryValidationDock );
933934
connect( this, &QgisApp::activeLayerChanged, mGeometryValidationModel, [this]( QgsMapLayer * layer )
934935
{
@@ -1431,7 +1432,6 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
14311432
{
14321433
mCentralContainer->setCurrentIndex( 0 );
14331434
} );
1434-
mGeometryValidationDock->close();
14351435
} // QgisApp ctor
14361436

14371437
QgisApp::QgisApp()

0 commit comments

Comments
 (0)