popup: minor safety improvements
This commit is contained in:
parent
fefa55d406
commit
155fe6f165
2 changed files with 22 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue