From: Kevin A. <al...@se...> - 2001-11-05 21:21:14
|
I've updated all the debug windows: Message Watcher, Namespace Viewer, Property Editor, and Shell so they just use standard wxFrame windows instead of wxMiniFrame. When you clicked on one of those windows on Linux in the past it caused the window to "jump" about 20 pixels. This has been a bug with wxWindows and wxGTK for a long time and Vadim posted a message today on wx-users saying he didn't know how to fix it, so I figure it is time to give up on wxMiniFrame. I think the windows should behave as they did in the past, but if not, let me know. I also changed worldclock to use StaticText instead of a TextField with no border, since the no border option doesn't appear to work with GTK and just makes the sample look horrible. I left the no border TextField in the widgets sample in case we're able to do it in GTK or the Mac at a later time. I'm investigating some default font point size issues with wxPython, so there may be additional changes to font.py, debug.py, etc. to make default point sizes work better under Linux. ka |