mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-08-24 10:04:19 -05:00
core/fullscreen: fix floating window rendering order when one of them is FSed (#15703)
This commit is contained in:
@@ -1002,7 +1002,7 @@ bool CWindow::isFadingOutUnderFullscreen() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool CWindow::shouldRenderOverFullscreen() const {
|
bool CWindow::shouldRenderOverFullscreen() const {
|
||||||
return isAllowedOverFullscreen() || isFadingOutUnderFullscreen();
|
return isAllowedOverFullscreen() || !isFadingOutUnderFullscreen();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CWindow::updateFullscreenInputState() {
|
void CWindow::updateFullscreenInputState() {
|
||||||
|
|||||||
Reference in New Issue
Block a user