File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,6 @@ void QgsComposition::loadDefaults()
216
216
mSnapGridOffsetX = settings.value ( " /Composer/defaultSnapGridOffsetX" , 0 ).toDouble ();
217
217
mSnapGridOffsetY = settings.value ( " /Composer/defaultSnapGridOffsetY" , 0 ).toDouble ();
218
218
mSnapTolerance = settings.value ( " /Composer/defaultSnapTolerancePixels" , 5 ).toInt ();
219
- mBoundingBoxesVisible = settings.value ( " /Composer/showBoundingBoxes" , true ).toBool ();
220
219
}
221
220
222
221
void QgsComposition::updateBounds ()
@@ -2148,10 +2147,6 @@ void QgsComposition::setBoundingBoxesVisible( const bool boundsVisible )
2148
2147
{
2149
2148
mBoundingBoxesVisible = boundsVisible;
2150
2149
2151
- // save to settings
2152
- QSettings settings;
2153
- settings.setValue ( " /Composer/showBoundingBoxes" , mBoundingBoxesVisible );
2154
-
2155
2150
if ( mSelectionHandles )
2156
2151
{
2157
2152
mSelectionHandles ->update ();
You can’t perform that action at this time.
0 commit comments