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

George Staikos staikos at kde.org
Wed Mar 15 01:58:09 CET 2006


SVN commit 518729 by staikos:

note to remove this


 M  +4 -0      kstviewobject.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/kstviewobject.cpp #518728:518729
@@ -833,6 +833,10 @@
         ob = childrenCopy[plotLoc[CR]];
         ob->move(pt);
         ob->resize(sz);
+        // FIXME: This is here to trigger axis alignment updates when cleanup
+        // happens.  Remove this once we can trigger an axis alignment update
+        // without setting dirty since this is a performance penalty.
+        // (It even causes non-plots to redraw)
         ob->setDirty();
       }
     }


More information about the Kst mailing list