Skip to content

Commit 8c2a0b0

Browse files
committedJul 29, 2012
Fix to keep defined custom symbol paths from being added to first of new global scales.
1 parent 1eeb537 commit 8c2a0b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsoptions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,7 @@ void QgsOptions::saveOptions()
10081008
settings.setValue( "/qgis/digitizing/offset_miter_limit", mCurveOffsetMiterLimitComboBox->value() );
10091009

10101010
// default scale list
1011+
myPaths.clear();
10111012
for ( int i = 0; i < mListGlobalScales->count(); ++i )
10121013
{
10131014
if ( i != 0 )

0 commit comments

Comments
 (0)
Please sign in to comment.