[Kst] extragear/graphics/kst/src/libkstapp

George Staikos staikos at kde.org
Tue Mar 14 20:34:24 CET 2006


SVN commit 518644 by staikos:

sorry, have to revert this hack.  it's just too slow for mainline


 M  +4 -3      kstviewobject.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/kstviewobject.cpp #518643:518644
@@ -307,12 +307,13 @@
   p.setViewport(geometry());
   p.setWindow(geometry());
 
+#if 0
+  // PREFIXME: this causes a redraw each time, bad.
   // FIXME: ugly hack, just temporary until updates are working.
   if (type() == "Plot") {
-    if (p.type() != KstPainter::P_PAINT && p.type() != KstPainter::P_ZOOM) {
-      setDirty();
-    }
+    setDirty();
   }
+#endif
   paintUpdate();
 
   bool maximized = false;


More information about the Kst mailing list