desktop/popup: only remove reserved for window popups
This commit is contained in:
parent
a1e62dcb12
commit
9ea6d0e15f
1 changed files with 1 additions and 1 deletions
|
|
@ -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<Desktop::View::CWLSurface> CPopup::getT1Owner() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue