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:
parent
f3f7d3629a
commit
a3d3b4fd64
4 changed files with 31 additions and 38 deletions
|
|
@ -357,6 +357,7 @@ class CWindow {
|
|||
|
||||
// swallowing
|
||||
PHLWINDOWREF m_pSwallowed;
|
||||
bool m_bGroupSwallowed = false;
|
||||
|
||||
// focus stuff
|
||||
bool m_bStayFocused = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue