feat(ui): add missing unlink to CLayoutFrame::DestroyLayout

This commit is contained in:
fallenoak 2025-12-07 17:56:39 -06:00
parent 492dc74392
commit e5fe93c1f3
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -291,6 +291,8 @@ void CLayoutFrame::DestroyLayout() {
} }
this->m_resizeList.Clear(); this->m_resizeList.Clear();
LayoutFrame::s_resizePendingList.UnlinkNode(this);
} }
void CLayoutFrame::FreePoints() { void CLayoutFrame::FreePoints() {