tuikit/core/container.py
changeset 115 b4ff7392003a
parent 114 26c02bd94bd9
child 116 165b5d65e1cb
--- a/tuikit/core/container.py	Sun Feb 15 12:48:23 2015 +0100
+++ b/tuikit/core/container.py	Sun Feb 15 12:52:46 2015 +0100
@@ -35,7 +35,7 @@
 
     def resize(self, w, h):
         Widget.resize(self, w, h)
-        self.layout.update()
+        self.layout.update(w, h)
 
     def draw(self, buffer):
         """Draw child widgets."""