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:
committed by
Matthias Clasen
parent
4af02533bf
commit
9320076962
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user