Skip to content

Commit ed2a7b8

Browse files
committed
Fix snapping options dialog not correctly initialised when loading projects
(cherry-picked from 0da9306)
1 parent bd551e8 commit ed2a7b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgssnappingdialog.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -505,5 +505,6 @@ void QgsSnappingDialog::setSnappingMode()
505505
mSnapModeComboBox->setCurrentIndex( 1 );
506506
else // "advanced" or empty (backward compatibility)
507507
mSnapModeComboBox->setCurrentIndex( 2 );
508+
onSnappingModeIndexChanged( mSnapModeComboBox->currentIndex() );
508509
mSnapModeComboBox->blockSignals( false );
509510
}

0 commit comments

Comments
 (0)