Fix to keep defined custom symbol paths from being added to first of new global scales.

This commit is contained in:
Larry Shaffer 2012-07-29 11:51:03 -06:00
parent 1eeb537e76
commit 8c2a0b0408

View File

@ -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 )