[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Fri Jun 4 20:36:23 CEST 2004


CVS commit by staikos: 

missing case


  M +2 -2      kst2dplot.cpp   1.56


--- kdeextragear-2/kst/kst/kst2dplot.cpp  #1.55:1.56
@@ -1917,4 +1917,6 @@ void Kst2DPlot::mouseMoveEvent(QWidget *
     zoomRectUpdate(view, newType, x, y);
     setCursorForMode(view);
+  } else if (_mouse.mode == LABEL_TOOL) {
+    setCursorForMode(view, LABEL_TOOL);
   } else {
     ButtonState s = e->stateAfter();
@@ -1931,6 +1933,4 @@ void Kst2DPlot::mouseMoveEvent(QWidget *
     }
   }
-
-  //updateMouse();
 }
 





More information about the Kst mailing list