Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing crsChanged signal in QgsProjectionSelectionWidget
when changed programmatically (i.e. using setCrs)
  • Loading branch information
3nids committed May 25, 2018
1 parent 2f86c2c commit caac47e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsprojectionselectionwidget.cpp
Expand Up @@ -257,6 +257,8 @@ void QgsProjectionSelectionWidget::setCrs( const QgsCoordinateReferenceSystem &c
}
}
mCrs = crs;

emit crsChanged( crs );
}

void QgsProjectionSelectionWidget::setLayerCrs( const QgsCoordinateReferenceSystem &crs )
Expand Down

0 comments on commit caac47e

Please sign in to comment.