We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1df932 commit aa547baCopy full SHA for aa547ba
src/wayland/popupanchor.cpp
@@ -24,7 +24,7 @@ void WaylandPopupPositioner::reposition(PopupAnchor* anchor, QWindow* window, bo
24
25
// If a popup becomes invisble after creation ensure the _q properties will
26
// be set and not ignored because the rest is the same.
27
- anchor->updatePlacement({popupRole != nullptr, 0}, {});
+ anchor->updatePlacement({popupRole != nullptr, 0}, window->size());
28
29
if (onlyIfDirty && !anchor->isDirty()) return;
30
anchor->markClean();
0 commit comments