mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Always default to WKT definitions for newly added custom projections
This commit is contained in:
parent
489124d7d1
commit
64ececf36b
@ -331,6 +331,8 @@ void QgsCustomProjectionDialog::pbnAdd_clicked()
|
||||
leNameList->setCurrentItem( newItem );
|
||||
leName->selectAll();
|
||||
leName->setFocus();
|
||||
|
||||
mFormatComboBox->setCurrentIndex( mFormatComboBox->findData( QgsCoordinateReferenceSystem::FormatWkt ) );
|
||||
}
|
||||
|
||||
void QgsCustomProjectionDialog::pbnRemove_clicked()
|
||||
|
Loading…
x
Reference in New Issue
Block a user