From d6d7640b0152b0cbc049969f847d413a4a6d449a Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Thu, 13 Jul 2006 13:46:08 +0000 Subject: =?UTF-8?q?Bug=20341509=20=E2=80=93=20Layout.do=5Fsize=5Fallocate(?= =?UTF-8?q?)=20in=20examples/gtk/scrollable.py=20doesn't=20set=20the=20wid?= =?UTF-8?q?get's=20allocation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/gtk/scrollable.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/gtk') diff --git a/examples/gtk/scrollable.py b/examples/gtk/scrollable.py index 317f04b2..12db08fc 100644 --- a/examples/gtk/scrollable.py +++ b/examples/gtk/scrollable.py @@ -158,6 +158,7 @@ class Layout(gtk.Container): child.widget.size_request() def do_size_allocate(self, allocation): + self.allocation = allocation for child in self._children: self._allocate_child(child) -- cgit v1.2.1