text view: Fix touch selection

We forgot to allocated that popover.
This commit is contained in:
Matthias Clasen 2020-03-19 09:46:53 -04:00
parent c8fd6407a8
commit fcab0943bf

View File

@ -4475,6 +4475,9 @@ gtk_text_view_size_allocate (GtkWidget *widget,
if (priv->popup_menu)
gtk_native_check_resize (GTK_NATIVE (priv->popup_menu));
if (priv->selection_bubble)
gtk_native_check_resize (GTK_NATIVE (priv->selection_bubble));
}
static void