mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(ui): clear top pointer in CSimpleFrame dtor
This commit is contained in:
parent
4e9ea8f5a1
commit
cded0d86e7
@ -69,6 +69,7 @@ CSimpleFrame::~CSimpleFrame() {
|
|||||||
this->m_intAC = 3;
|
this->m_intAC = 3;
|
||||||
|
|
||||||
this->m_top->UnregisterFrame(this);
|
this->m_top->UnregisterFrame(this);
|
||||||
|
this->m_top = nullptr;
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user