mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 08:38:05 +02:00
compositor: fix floating input/visual z-order desync after fullscreen (#14015)
This commit is contained in:
parent
f7755322fc
commit
dbc07064ef
1 changed files with 2 additions and 0 deletions
|
|
@ -1292,6 +1292,8 @@ void CCompositor::changeWindowZOrder(PHLWINDOW pWindow, bool top) {
|
|||
|
||||
if (top)
|
||||
pWindow->m_createdOverFullscreen = true;
|
||||
else
|
||||
pWindow->m_createdOverFullscreen = false;
|
||||
|
||||
if (pWindow == (top ? m_windows.back() : m_windows.front()))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue