mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix to keep defined custom symbol paths from being added to first of new global scales.
This commit is contained in:
parent
1eeb537e76
commit
8c2a0b0408
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user