[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Sun Sep 21 22:45:58 CEST 2003


CVS commit by staikos: 

wow this was tricky to find.  Update the plot number in the mouse class so that
the proper labels are searched in label mode.  This might need to be expanded
but I haven't triggered such bugs elsewhere yet.


  M +2 -0      kstview.cpp   1.43


--- kdeextragear-2/kst/kst/kstview.cpp  #1.42:1.43
@@ -473,4 +473,6 @@ void KstView::mouseMoveEvent(QMouseEvent
           updateTieBoxes(this);
         }
+      } else if (MouseInfo->getMode() == LABEL_TOOL) {
+        MouseInfo->setPlotNum(i);
       }
       in_plot = true;




More information about the Kst mailing list