[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Fri Sep 10 21:02:16 CEST 2004


CVS commit by arwalker: 

Forgot to check this in as part of earlier focus problem fix.


  M +1 -1      kst2dplot.cpp   1.264


--- kdeextragear-2/kst/kst/kst2dplot.cpp  #1.263:1.264
@@ -2404,5 +2404,5 @@ void Kst2DPlot::mouseMoveEvent(QWidget *
     QPainter p(view);
     if (w) {
-      w->viewObject()->forEachChild<QPainter&>(&Kst2DPlot::removeFocus, p);
+      w->viewObject()->forEachChild<QPainter&>(&KstViewObject::removeFocus, p);
     }
     setHasFocus(true);





More information about the Kst mailing list