Skip to content

Commit

Permalink
Fix setting project to no projection not triggering lockdown of
Browse files Browse the repository at this point in the history
ellipsoid and unit selection
  • Loading branch information
nyalldawson committed Mar 25, 2017
1 parent 2dac2d3 commit daa2454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsprojectionselectiontreewidget.cpp
Expand Up @@ -66,6 +66,7 @@ QgsProjectionSelectionTreeWidget::QgsProjectionSelectionTreeWidget( QWidget *par
mRecentProjections = QgsCoordinateReferenceSystem::recentProjections();

mCheckBoxNoProjection->setHidden( true );
connect( mCheckBoxNoProjection, &QCheckBox::toggled, this, &QgsProjectionSelectionTreeWidget::crsSelected );
connect( mCheckBoxNoProjection, &QCheckBox::toggled, mFrameProjections, &QFrame::setDisabled );
}

Expand Down

0 comments on commit daa2454

Please sign in to comment.