[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Wed Dec 7 21:54:36 CET 2005


SVN commit 486439 by staikos:

focus adjustment needs to apply to children too


 M  +1 -1      kst2dplot.cpp  


--- trunk/extragear/graphics/kst/kst/kst2dplot.cpp #486438:486439
@@ -3787,7 +3787,7 @@
     KstPainter p;
     p.begin(view);
     if (w) {
-      w->viewObject()->forEachChild<KstPainter&>(&KstViewObject::removeFocus, p);
+      w->viewObject()->recursively<KstPainter&>(&KstViewObject::removeFocus, p);
     }
     setHasFocus(true);
     p.setClipRegion(_lastClipRegion);


More information about the Kst mailing list