popover: Stop needles allocations

We were queuing an allocation whenever
the popover is flipped over, unnecessarily,
since we don't change the size of the surface.

This was showing up as popovers being invisible
when flipped over, under X.
This commit is contained in:
Matthias Clasen 2019-05-23 00:18:12 +00:00
parent c7f9f8f63d
commit f154fd4c09

View File

@ -416,9 +416,6 @@ surface_moved_to_rect (GdkSurface *surface,
g_assert_not_reached ();
break;
}
if (priv->final_position != priv->position)
gtk_widget_queue_allocate (widget);
}
static void