Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix behavior of import/export predefined scales in options
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/app/qgsoptions.cpp
|
@@ -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 ); |
|
|
|
|
|