renderer: don't render unmapped popups

fixes #8485
This commit is contained in:
Vaxry 2024-11-17 16:16:49 +00:00
parent 0ddbd1c3a4
commit fb91c2550f
2 changed files with 4 additions and 4 deletions

View file

@ -41,6 +41,7 @@ class CPopup {
//
SP<CWLSurface> m_pWLSurface;
bool m_bMapped = false;
private:
// T1 owners, each popup has to have one of these
@ -57,8 +58,7 @@ class CPopup {
bool m_bRequestedReposition = false;
bool m_bInert = false;
bool m_bMapped = false;
bool m_bInert = false;
//
std::vector<SP<CPopup>> m_vChildren;