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 4cf62c1 commit 742bce0Copy full SHA for 742bce0
src/render/decorations/DecorationPositioner.cpp
@@ -137,6 +137,10 @@ void CDecorationPositioner::onWindowUpdate(PHLWINDOW pWindow) {
137
)
138
return;
139
140
+ for (auto const& wd : datas) {
141
+ wd->positioningInfo = wd->pDecoration->getPositioningInfo();
142
+ }
143
+
144
WINDOWDATA->lastWindowSize = pWindow->m_vRealSize->value();
145
WINDOWDATA->needsRecalc = false;
146
const bool EPHEMERAL = pWindow->m_vRealSize->isBeingAnimated();
0 commit comments