Always apply size change from xdg_popup_reposition.
BUG: 436106
This commit is contained in:
parent
9ad83dafe6
commit
17a585b5d5
1 changed files with 1 additions and 4 deletions
|
@ -1880,10 +1880,7 @@ QRect XdgPopupClient::transientPlacement(const QRect &bounds) const
|
|||
{
|
||||
const XdgPositioner positioner = m_shellSurface->positioner();
|
||||
|
||||
QSize desiredSize = size();
|
||||
if (desiredSize.isEmpty()) {
|
||||
desiredSize = positioner.size();
|
||||
}
|
||||
const QSize desiredSize = positioner.size();
|
||||
|
||||
const QPoint parentPosition = transientFor()->framePosToClientPos(transientFor()->pos());
|
||||
|
||||
|
|
Loading…
Reference in a new issue