From 9ea6d0e15fddccf321c035e83b007a55d6829dd9 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 19 Feb 2026 17:41:17 +0000 Subject: [PATCH] desktop/popup: only remove reserved for window popups --- src/desktop/view/Popup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/desktop/view/Popup.cpp b/src/desktop/view/Popup.cpp index 94d09428..58a16498 100644 --- a/src/desktop/view/Popup.cpp +++ b/src/desktop/view/Popup.cpp @@ -334,7 +334,7 @@ void CPopup::reposition() { if (!PMONITOR) return; - m_resource->applyPositioning(PMONITOR->logicalBoxMinusReserved(), COORDS); + m_resource->applyPositioning(m_windowOwner ? PMONITOR->logicalBoxMinusReserved() : PMONITOR->logicalBox(), COORDS); } SP CPopup::getT1Owner() const {