Skip to content

Commit

Permalink
Fix snapping options dialog not correctly initialised when loading pr…
Browse files Browse the repository at this point in the history
…ojects

(cherry-picked from 0da9306)
  • Loading branch information
nyalldawson committed Nov 18, 2015
1 parent bd551e8 commit ed2a7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgssnappingdialog.cpp
Expand Up @@ -505,5 +505,6 @@ void QgsSnappingDialog::setSnappingMode()
mSnapModeComboBox->setCurrentIndex( 1 );
else // "advanced" or empty (backward compatibility)
mSnapModeComboBox->setCurrentIndex( 2 );
onSnappingModeIndexChanged( mSnapModeComboBox->currentIndex() );
mSnapModeComboBox->blockSignals( false );
}

0 comments on commit ed2a7b8

Please sign in to comment.