QTfrontend/ui/widget/mapContainer.cpp
changeset 15010 5d8068ee16fc
parent 14921 7ced40e21b2c
child 15160 4c13bc464c61
--- a/QTfrontend/ui/widget/mapContainer.cpp	Sun May 19 11:26:36 2019 +0200
+++ b/QTfrontend/ui/widget/mapContainer.cpp	Sun May 19 21:14:53 2019 +0200
@@ -1093,13 +1093,8 @@
 {
     m_mapFeatureSize = val;
     intSetFeatureSize(val);
-    //m_mapFeatureSize = val>>2<<2;
-    //if (qAbs(m_prevMapFeatureSize-m_mapFeatureSize) > 4)
-    {
-        m_prevMapFeatureSize = m_mapFeatureSize;
-        if(m_mapInfo.type!= MapModel::HandDrawnMap || m_script.length() > 0)
-            updatePreview();
-    }
+    m_prevMapFeatureSize = m_mapFeatureSize;
+    updatePreview();
 }
 
 // unused because I needed the space for the slider