Ticket #5149: b5149.patch
| File b5149.patch, 372 bytes (added by magmatt, 2 years ago) |
|---|
-
window.py
diff --git a/window.py b/window.py index 51cdeba..6c18c9b 100644
a b 139 139 assert child.parent is self 140 140 child.parent = None 141 141 self.children.remove(child) 142 if self.focusedChild == child: 143 self.changeFocus() 142 144 self.repaint() 143 145 144 146 def filthy(self):
