deco-positioner: recalc after uncache
This commit is contained in:
parent
9b5e2e71e0
commit
cc04b52ce1
2 changed files with 4 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ class CDecorationPositioner {
|
|||
Vector2D lastWindowSize = {};
|
||||
SWindowDecorationExtents reserved = {};
|
||||
SWindowDecorationExtents extents = {};
|
||||
bool needsRecalc = false;
|
||||
};
|
||||
|
||||
std::unordered_map<CWindow*, SWindowData> m_mWindowDatas;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue