[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Fri Jul 16 00:36:39 CEST 2004


Did you really mean to include this in your commit?

@@ -2291,9 +2298,7 @@ void Kst2DPlot::mouseMoveEvent(QWidget *
     zoomRectUpdate(view, newType, x, y);
     setCursorForMode(view);
   } else if (_mouse.mode == LABEL_TOOL) {
-    if (legendUnder(e)) {
-      view->setCursor(QCursor(Qt::ArrowCursor));
-    } else if (labelNumber(e) < 0) {
+    if (labelNumber(e) < 0) {
       setCursorForMode(view, LABEL_TOOL);
     } else {
       view->setCursor(QCursor(Qt::ArrowCursor));



On Thursday 15 July 2004 18:37, Rick Chern wrote:
> CVS commit by rchern:
>
> Plot markers sort of work now.  Can use Alt+Left/Right (or scroll menu
> items) to jump from marker to marker.  Disabled when there are no plot
> markers in the desired jump direction.  Can use plot dialog to remove
> markers. Alt+Left click still creates plot marker.
>
>
>   M +80 -13    kst2dplot.cpp   1.150
>   M +6 -5      kst2dplot.h   1.64
>   M +11 -1     kstplotdialog_i.cpp   1.54
>
>
>
> _______________________________________________
> Kst mailing list
> Kst at kde.org
> https://mail.kde.org/mailman/listinfo/kst

-- 
George Staikos
KDE Developer			http://www.kde.org/
Staikos Computing Services Inc.	http://www.staikos.net/



More information about the Kst mailing list