mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fix behavior of import/export predefined scales in options
Fixes #17796
This commit is contained in:
parent
7494fae9f5
commit
9451f2e412
@ -744,7 +744,7 @@ QgsOptions::QgsOptions( QWidget *parent, Qt::WindowFlags fl, const QList<QgsOpti
|
||||
connect( mListGlobalScales, &QListWidget::itemChanged, this, &QgsOptions::scaleItemChanged );
|
||||
connect( pbnAddScale, &QAbstractButton::clicked, this, &QgsOptions::addScale );
|
||||
connect( pbnRemoveScale, &QAbstractButton::clicked, this, &QgsOptions::removeScale );
|
||||
connect( pbnImportScales, &QAbstractButton::clicked, this, &QgsOptions::exportScales );
|
||||
connect( pbnExportScales, &QAbstractButton::clicked, this, &QgsOptions::exportScales );
|
||||
connect( pbnImportScales, &QAbstractButton::clicked, this, &QgsOptions::importScales );
|
||||
connect( pbnDefaultScaleValues, &QAbstractButton::clicked, this, &QgsOptions::restoreDefaultScaleValues );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user