Skip to content

Commit 3b0afb2

Browse files
committedJan 23, 2018
fix Project Snapping Settings dialog doesn't save the dialog size
fix #17343
1 parent 649b5ee commit 3b0afb2

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
@@ -926,6 +926,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
926926
{
927927
QDialog *dialog = new QDialog( this );
928928
dialog->setWindowTitle( tr( "Project Snapping Settings" ) );
929+
QgsGui::instance()->enableAutoGeometryRestore( dialog );
929930
QVBoxLayout *layout = new QVBoxLayout( dialog );
930931
layout->addWidget( mSnappingDialog );
931932
layout->setMargin( 0 );

0 commit comments

Comments
 (0)
Please sign in to comment.