From 8c2a0b0408b090d58ee103e9d1e50e54077c0b1d Mon Sep 17 00:00:00 2001 From: Larry Shaffer Date: Sun, 29 Jul 2012 11:51:03 -0600 Subject: [PATCH] Fix to keep defined custom symbol paths from being added to first of new global scales. --- src/app/qgsoptions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/qgsoptions.cpp b/src/app/qgsoptions.cpp index 6c525b49751..e314f7fde3a 100644 --- a/src/app/qgsoptions.cpp +++ b/src/app/qgsoptions.cpp @@ -1008,6 +1008,7 @@ void QgsOptions::saveOptions() settings.setValue( "/qgis/digitizing/offset_miter_limit", mCurveOffsetMiterLimitComboBox->value() ); // default scale list + myPaths.clear(); for ( int i = 0; i < mListGlobalScales->count(); ++i ) { if ( i != 0 )