mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 23:25:57 +01:00
deco: fix groupbar offset (#5364)
This commit is contained in:
parent
ecc1f22e05
commit
9ae0c47a21
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ CBox CHyprGroupBarDecoration::assignedBoxGlobal() {
|
||||||
|
|
||||||
const auto PWORKSPACE = g_pCompositor->getWorkspaceByID(m_pWindow->m_iWorkspaceID);
|
const auto PWORKSPACE = g_pCompositor->getWorkspaceByID(m_pWindow->m_iWorkspaceID);
|
||||||
|
|
||||||
if (PWORKSPACE && PWORKSPACE->m_vRenderOffset.isBeingAnimated() && !m_pWindow->m_bPinned)
|
if (PWORKSPACE && !m_pWindow->m_bPinned)
|
||||||
box.translate(PWORKSPACE->m_vRenderOffset.value());
|
box.translate(PWORKSPACE->m_vRenderOffset.value());
|
||||||
|
|
||||||
return box;
|
return box;
|
||||||
|
|
Loading…
Reference in a new issue