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:
Matthias Clasen 2006-04-06 02:48:40 +00:00 committed by Matthias Clasen
parent 4af02533bf
commit 9320076962
3 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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;