From: Jouni K S. <jk...@ik...> - 2006-07-24 19:42:33
|
Tommy Grav <tg...@ma...> writes: > The window resizes horisontally when the pointer is inside the > window, although the window behaves erratically as it resizes. > Moving the pointer to the right will cause the window to grow then > reduce size as you go further right. Is this related to the pointer coordinates shown in the lower-right corner of the window? I.e., when you move the pointer right, perhaps the x-coordinate becomes a longer number and the window is enlarged to accommodate it. I remember seeing behavior like this on some old version of Matplotlib (probably TkAgg backend on OS X) but cannot reproduce it now. -- Jouni |