tuikit/layouts/fixed.py
changeset 114 26c02bd94bd9
parent 93 c1e79acb9fcb
child 115 b4ff7392003a
--- a/tuikit/layouts/fixed.py	Wed Sep 03 21:56:20 2014 +0200
+++ b/tuikit/layouts/fixed.py	Sun Feb 15 12:48:23 2015 +0100
@@ -3,6 +3,7 @@
 
 class FixedLayout(Layout):
 
-    def resize(self):
+    def update(self):
         for widget in self._managed_widgets:
             widget.resize(*widget.sizereq)
+            widget.pos.update(*widget.posreq)