[Kst] kdeextragear-2/kst/kst
    George Staikos 
    staikos at kde.org
       
    Tue Jun  8 21:39:18 CEST 2004
    
    
  
CVS commit by staikos: 
don't flicker the zoom box
  M +3 -0      kst2dplot.cpp   1.62
--- kdeextragear-2/kst/kst/kst2dplot.cpp  #1.61:1.62
@@ -2075,4 +2075,5 @@ void Kst2DPlot::mouseReleaseEvent(QWidge
       pushScale();
       doUpdate = true;
+      _mouse.lastLocation = _mouse.pressLocation;
       // FIXME: handle tied mode
     }
@@ -2096,4 +2097,5 @@ void Kst2DPlot::mouseReleaseEvent(QWidge
       pushScale();
       doUpdate = true;
+      _mouse.lastLocation = _mouse.pressLocation;
       // FIXME: handle tied mode
     }
@@ -2118,4 +2120,5 @@ void Kst2DPlot::mouseReleaseEvent(QWidge
       pushScale();
       doUpdate = true;
+      _mouse.lastLocation = _mouse.pressLocation;
       // FIXME: handle tied mode
     }
    
    
More information about the Kst
mailing list