forked from AuroraMiddleware/gtk
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:
parent
c7f9f8f63d
commit
f154fd4c09
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user