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

Barth Netterfield netterfield at astro.utoronto.ca
Tue Jan 12 23:38:14 CET 2010


SVN commit 1073822 by netterfield:

Don't be silly....




 M  +2 -2      plotitem.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/plotitem.cpp #1073821:1073822
@@ -813,11 +813,11 @@
   QTime bench_time;
   bench_time.start();
 #endif
+
+  _plotPixmapDirty = false;
   if (maskedByMaximization()) {
-    _plotPixmapDirty = false;
     return;
   }
-  _plotPixmapDirty = false;
 
   QPixmap pixmap(rect().width()+1, rect().height()+1);
   pixmap.fill(Qt::transparent);


More information about the Kst mailing list