update coordinate CRS with the project CRS whenever it is changed (fix #61684)

This commit is contained in:
Alexander Bruy 2025-05-22 15:02:02 +01:00 committed by Nyall Dawson
parent 1a6e4dcb02
commit 8b89cfd199

View File

@ -2017,6 +2017,7 @@ void QgsProjectProperties::updateGuiForMapUnits()
mAreaUnitsCombo->setItemText( idx, mapUnitString );
}
}
updateGuiForCoordinateType();
}
void QgsProjectProperties::crsChanged( const QgsCoordinateReferenceSystem &crs )