diff -r 26c02bd94bd9 -r b4ff7392003a tuikit/layouts/fixed.py --- a/tuikit/layouts/fixed.py Sun Feb 15 12:48:23 2015 +0100 +++ b/tuikit/layouts/fixed.py Sun Feb 15 12:52:46 2015 +0100 @@ -3,7 +3,7 @@ class FixedLayout(Layout): - def update(self): + def update(self, _w, _h): for widget in self._managed_widgets: widget.resize(*widget.sizereq) widget.pos.update(*widget.posreq)