Skip to content

Commit

Permalink
Fix to keep defined custom symbol paths from being added to first of …
Browse files Browse the repository at this point in the history
…new global scales.
  • Loading branch information
dakcarto committed Jul 29, 2012
1 parent 1eeb537 commit 8c2a0b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsoptions.cpp
Expand Up @@ -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 )
Expand Down

0 comments on commit 8c2a0b0

Please sign in to comment.