gtkwindow: Queue popover resize on set_popover_position()
So the new position is eventually honored. Fixes magnifier and handles staying in place after being shown.
This commit is contained in:
@@ -10606,6 +10606,7 @@ _gtk_window_set_popover_position (GtkWindow *window,
|
||||
|
||||
data->rect = *rect;
|
||||
data->pos = pos;
|
||||
gtk_widget_queue_resize (popover);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user