forked from AuroraMiddleware/gtk
gtkwindow: fix regression with firefox dropdown menu
Fix a regression introduced by:
commit 6866d1c
widget: Make gtk_widget_queue_allocate() not resize
Where the dropdown menu in Firefox would not be relocated after the
toplevel window is moved.
bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=758609
This commit is contained in:
parent
886686973c
commit
f30b4ba22e
@ -5645,6 +5645,7 @@ gtk_window_move (GtkWindow *window,
|
||||
else
|
||||
{
|
||||
/* Save this position to apply on mapping */
|
||||
gtk_widget_queue_resize (widget);
|
||||
info->initial_x = x;
|
||||
info->initial_y = y;
|
||||
info->initial_pos_set = TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user