[Kst] extragear/graphics/kst/kst
    George Staikos 
    staikos at kde.org
       
    Thu Feb  2 21:41:56 CET 2006
    
    
  
SVN commit 505009 by staikos:
fix realtime mode zoom rect.  reviewed by Barth
 M  +1 -1      kst2dplot.cpp  
--- trunk/extragear/graphics/kst/kst/kst2dplot.cpp #505008:505009
@@ -2239,7 +2239,7 @@
   } else {
     bool wasDirty = dirty(); // should always be false unless another view
                              // object sets this true during its paint
-    if (_zoomPaused && wasDirty) {
+    if (_zoomPaused) {
       return;
     }
 
    
    
More information about the Kst
mailing list