popup: minor safety improvements

This commit is contained in:
Vaxry 2024-06-05 16:53:06 +02:00
parent fefa55d406
commit 155fe6f165
2 changed files with 22 additions and 4 deletions

View file

@ -56,7 +56,8 @@ class CPopup {
bool m_bRequestedReposition = false;
bool m_bInert = false;
bool m_bInert = false;
bool m_bMapped = false;
//
std::vector<std::unique_ptr<CPopup>> m_vChildren;