[Kst] [Bug 124444] Crash when click on where deleted object used to be
Andrew Walker
arwalker at sumusltd.com
Tue Mar 28 21:46:13 CEST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=124444
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2006-03-28 21:46 -------
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