mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-07 15:41:58 -07:00
fix crash in AnimationManager
This commit is contained in:
@@ -47,6 +47,10 @@ void CAnimationManager::tick() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// process fadein/out for unmapped windows, but nothing else.
|
||||||
|
if (!g_pCompositor->windowValidMapped(&w))
|
||||||
|
continue;
|
||||||
|
|
||||||
// process the borders
|
// process the borders
|
||||||
const auto& COLOR = g_pCompositor->isWindowActive(&w) ? BORDERACTIVECOL : BORDERINACTIVECOL;
|
const auto& COLOR = g_pCompositor->isWindowActive(&w) ? BORDERACTIVECOL : BORDERINACTIVECOL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user