[Kst] extragear/graphics/kst/src/libkstapp

Andrew Walker arwalker at sumusltd.com
Tue Mar 28 21:45:27 CEST 2006


SVN commit 523676 by arwalker:

BUG:124444 Reset the focus while deleting the selected objects.

 M  +3 -0      ksttoplevelview.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/ksttoplevelview.cpp #523675:523676
@@ -1600,6 +1600,9 @@
       toBeDeleted.push_front(*it);
     }  
   }
+  
+  clearFocus();
+    
   while (!toBeDeleted.isEmpty()) {
     removeChild(toBeDeleted.front());
     toBeDeleted.pop_front();  


More information about the Kst mailing list