[Kst] kdeextragear-2/kst/kst

Rick Chern rchern at interchange.ubc.ca
Fri Jul 16 01:09:10 CEST 2004


CVS commit by rchern: 

Change back from accidental commit


  M +3 -1      kst2dplot.cpp   1.151


--- kdeextragear-2/kst/kst/kst2dplot.cpp  #1.150:1.151
@@ -2299,5 +2299,7 @@ void Kst2DPlot::mouseMoveEvent(QWidget *
     setCursorForMode(view);
   } else if (_mouse.mode == LABEL_TOOL) {
-    if (labelNumber(e) < 0) {
+    if (legendUnder(e)) {
+      view->setCursor(QCursor(Qt::ArrowCursor));
+    } else if (labelNumber(e) < 0) {
       setCursorForMode(view, LABEL_TOOL);
     } else {





More information about the Kst mailing list