mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-23 19:25:59 +01:00
oops
This commit is contained in:
parent
00319c01d4
commit
746f804568
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ void CHyprRenderer::renderWorkspaceWindows(CMonitor* pMonitor, PHLWORKSPACE pWor
|
|||
if (k == pWorkspace)
|
||||
continue;
|
||||
|
||||
const bool SCALE = k->m_fScaleClients.value() != 1.F && g_pCompositor->getWindowsOnWorkspace(k->m_iID) > 0;
|
||||
const bool SCALE = k && k->m_fScaleClients.value() != 1.F && g_pCompositor->getWindowsOnWorkspace(k->m_iID) > 0;
|
||||
|
||||
if (SCALE)
|
||||
preWorkspaceScaleAnim();
|
||||
|
|
Loading…
Reference in a new issue