Bug#417105: python-gtk2: gtk.Scale does not redraw

2007-05-12 Thread Sven Arvidsson
On Sun, 2007-04-01 at 17:39 +0200, Teemu Ikonen wrote: I have a PyGTK program which receives external events and updates a gtk.Scale widget by calling the set_value() method. However, the widget is not redrawn after the call. If I call queue_draw() after set_value(), the widget is updated as

Bug#417105: python-gtk2: gtk.Scale does not redraw

2007-04-01 Thread Teemu Ikonen
Package: python-gtk2 Version: 2.8.6-8 Severity: normal I have a PyGTK program which receives external events and updates a gtk.Scale widget by calling the set_value() method. However, the widget is not redrawn after the call. If I call queue_draw() after set_value(), the widget is updated as it