wxGTK, wxLogGui, mouse capture, brings down Gnome
Robert Roebling
robert at roebling.de
Mon Jul 2 03:23:26 PDT 2007
Arne Steinarson wrote:
> When the wxLogGui instance receives logging and while
> a window has mouse capture, using the log functions
> then... brings down the whole Gnome GTK environment.
This is bad, but it can only happen during rare
debugging conditions and even then it will only
affect the message dialog used by wxLog. How
else could a modal dialog show up while the mouse
is captured?
Can you test using
http://developer.gnome.org/doc/API/gdk/gdk-general.html#GDK-POINTER-UNGRAB
maybe in wxMessageDialog::ShowModel() in
src/gtk/msgdlg.cpp
Robert
More information about the wx-users
mailing list