Skip to content

popover: Fix repositioning logic

Matthias Clasen requested to merge popup-positioning-fix into master

When the arrow changes position, we need to queue an allocation to ensure that gtk_widget_allocate actually calls our ->size_allocate vfunc.

Merge request reports