[Kst] branches/work/kst/portto4/kst/src/libkstapp

Mike Fenton mike at staikos.net
Wed Jun 17 16:28:38 CEST 2009


SVN commit 983070 by fenton:

Eliminate extra re-draw when unmarking as dirty.


 M  +3 -1      plotitem.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/plotitem.cpp #983069:983070
@@ -1421,7 +1421,9 @@
   } else {
     parentView()->setPlotBordersDirty(dirty);
   }
-  setPlotRectsDirty();
+  if (dirty) {
+    setPlotRectsDirty();
+  }
 }
 
 


More information about the Kst mailing list