mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(ui): add missing unlink to CLayoutFrame::DestroyLayout
This commit is contained in:
parent
492dc74392
commit
e5fe93c1f3
@ -291,6 +291,8 @@ void CLayoutFrame::DestroyLayout() {
|
||||
}
|
||||
|
||||
this->m_resizeList.Clear();
|
||||
|
||||
LayoutFrame::s_resizePendingList.UnlinkNode(this);
|
||||
}
|
||||
|
||||
void CLayoutFrame::FreePoints() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user