Skip to content

Commit

Permalink
fix Project Snapping Settings dialog doesn't save the dialog size
Browse files Browse the repository at this point in the history
fix #17343
  • Loading branch information
3nids committed Jan 23, 2018
1 parent 649b5ee commit 3b0afb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -926,6 +926,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
{
QDialog *dialog = new QDialog( this );
dialog->setWindowTitle( tr( "Project Snapping Settings" ) );
QgsGui::instance()->enableAutoGeometryRestore( dialog );
QVBoxLayout *layout = new QVBoxLayout( dialog );
layout->addWidget( mSnappingDialog );
layout->setMargin( 0 );
Expand Down

0 comments on commit 3b0afb2

Please sign in to comment.