Re: GLib 2.2.0, GTK+ 2.2.0
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
"alex_shaduri <[email protected]>" <[email protected]> writes: > I'm having some problems with the latest gtk-2.2 in win98. Whenever > a gtk tooltip pops up, the window that has these tooltips attached > loses its focus. The same thing happens with combo boxes - when > expanded, the window title greys out and it feels like the combo is > the active window. It worked fine in 2.0 though. I have now fixed this: 2003-01-15 Tor Lillqvist <[email protected]> Fix bug noticed by Alex Shaduri: Tooltips and other GDK_WINDOW_TEMP windows were activated. This looked very odd, and was a regression from earlier versions. * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune behaviour. Don't ever activate GDK_WINDOW_TEMP windows. (gdk_window_move, gdk_window_resize): Add debug logging. * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a WM_SIZE message for a non-visible (withdrawn) window, don't clear the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn even if its size changes. --tml