Skip to content

Commit 742bce0

Browse files
committed
decorationPositioner: update posinfo on window update
fixes #10175
1 parent 4cf62c1 commit 742bce0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/render/decorations/DecorationPositioner.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ void CDecorationPositioner::onWindowUpdate(PHLWINDOW pWindow) {
137137
)
138138
return;
139139

140+
for (auto const& wd : datas) {
141+
wd->positioningInfo = wd->pDecoration->getPositioningInfo();
142+
}
143+
140144
WINDOWDATA->lastWindowSize = pWindow->m_vRealSize->value();
141145
WINDOWDATA->needsRecalc = false;
142146
const bool EPHEMERAL = pWindow->m_vRealSize->isBeingAnimated();

0 commit comments

Comments
 (0)