Unset initial_pos_set after the first configure request.
Mon Jan 14 16:35:58 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_move_resize): Unset initial_pos_set after the first configure request.
This commit is contained in:
@ -4423,6 +4423,7 @@ gtk_window_move_resize (GtkWindow *window)
|
||||
*/
|
||||
info->position_constraints_changed = FALSE;
|
||||
window->need_default_position = FALSE;
|
||||
info->initial_pos_set = FALSE;
|
||||
|
||||
/* for GTK_RESIZE_QUEUE toplevels, we are now awaiting a new
|
||||
* configure event in response to our resizing request.
|
||||
|
||||
Reference in New Issue
Block a user