mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 06:31:57 -07:00
deco: fix groupbar offset (#5364)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user