groups: fix swallowing (#8223)

* fix swallowing for groups

* remove unnecessary check

* clang-format

* clarify comment

* make variables consistent

* make aditional variables consistent
This commit is contained in:
Aqa-Ib
2024-10-27 00:44:55 +00:00
committed by GitHub
parent f3f7d3629a
commit a3d3b4fd64
4 changed files with 31 additions and 38 deletions

View File

@@ -357,6 +357,7 @@ class CWindow {
// swallowing
PHLWINDOWREF m_pSwallowed;
bool m_bGroupSwallowed = false;
// focus stuff
bool m_bStayFocused = false;