mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
update coordinate CRS with the project CRS whenever it is changed (fix #61684)
This commit is contained in:
parent
1a6e4dcb02
commit
8b89cfd199
@ -2017,6 +2017,7 @@ void QgsProjectProperties::updateGuiForMapUnits()
|
||||
mAreaUnitsCombo->setItemText( idx, mapUnitString );
|
||||
}
|
||||
}
|
||||
updateGuiForCoordinateType();
|
||||
}
|
||||
|
||||
void QgsProjectProperties::crsChanged( const QgsCoordinateReferenceSystem &crs )
|
||||
|
Loading…
x
Reference in New Issue
Block a user