|
From: John H. <jd...@gm...> - 2010-07-12 23:15:27
|
On Mon, Jul 12, 2010 at 5:58 PM, João Luís Silva <js...@fc...> wrote: > Hi, > > I've finally created a small script that demonstrates a bug that I've been > enduring for a long time. I haven't seen it reported before, so I may be > doing something wrong. The bug is as follows: Under certain conditions, in > an embedded gtk application, when selecting an area with the "Zoom to > rectangle" button from the toolbar the whole graph will jump upward > temporarily, corrupting the screen and making it hard to select the proper > area. The attached example is an extreme version of this (the effect would > be smaller for a reasonably sized combo box). > > Tested on Linux (Debian Squeeze). You have this line: from widgets import Widgets what is "widgets" ? JDH |