|
From: João L. S. <js...@fc...> - 2010-07-12 23:40:01
|
John Hunter wrote: > 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 > Sorry, I forgot to delete it. It's just a small helper class I use to load files from glade. By the way, I just tested the script on Windows (after deleting that line) and it doesn't have the bug (Python 2.5 + mpl 1.0.0) JLS |