[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Wed Jan 19 02:55:23 CET 2005


CVS commit by staikos: 

Fix key presses (mouse position was stale)


  M +1 -1      kst2dplot.cpp   1.358


--- kdeextragear-2/kst/kst/kst2dplot.cpp  #1.357:1.358
@@ -4432,5 +4432,5 @@ void Kst2DPlot::keyPressEvent(QWidget *v
   ButtonState s = e->stateAfter();
   KstViewWidget *view = static_cast<KstViewWidget*>(vw);
-  QPoint cursorPos = _mouse.lastLocation;
+  QPoint cursorPos = _mouse.tracker;
   switch (e->key()) {
     case Key_A:




More information about the Kst mailing list