Lower the window, to prevent late-constructed text windows from covering
2006-04-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (text_window_realize): Lower the window, to prevent late-constructed text windows from covering child widgets. (#336796, Yevgen Muntyan)
This commit is contained in:
parent
4af02533bf
commit
9320076962
@ -1,5 +1,9 @@
|
||||
2006-04-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (text_window_realize): Lower the window, to
|
||||
prevent late-constructed text windows from covering child
|
||||
widgets. (#336796, Yevgen Muntyan)
|
||||
|
||||
* gtk/gtkmain.c (gtk_grab_add, gtk_grab_remove, gtk_grab_notify)
|
||||
(gtk_grab_notify_foreach): Rework the code which emits ::grab-notify
|
||||
signals to ensure that we emit enough signals. Also optimize the
|
||||
|
@ -1,5 +1,9 @@
|
||||
2006-04-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (text_window_realize): Lower the window, to
|
||||
prevent late-constructed text windows from covering child
|
||||
widgets. (#336796, Yevgen Muntyan)
|
||||
|
||||
* gtk/gtkmain.c (gtk_grab_add, gtk_grab_remove, gtk_grab_notify)
|
||||
(gtk_grab_notify_foreach): Rework the code which emits ::grab-notify
|
||||
signals to ensure that we emit enough signals. Also optimize the
|
||||
|
@ -7413,6 +7413,7 @@ text_window_realize (GtkTextWindow *win,
|
||||
|
||||
gdk_window_show (win->window);
|
||||
gdk_window_set_user_data (win->window, win->widget);
|
||||
gdk_window_lower (win->window);
|
||||
|
||||
attributes.x = 0;
|
||||
attributes.y = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user