mirror of
https://github.com/Trensa-Organization/Hyprland.git
synced 2025-03-16 19:23:40 +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);
|
||||
|
||||
if (PWORKSPACE && PWORKSPACE->m_vRenderOffset.isBeingAnimated() && !m_pWindow->m_bPinned)
|
||||
if (PWORKSPACE && !m_pWindow->m_bPinned)
|
||||
box.translate(PWORKSPACE->m_vRenderOffset.value());
|
||||
|
||||
return box;
|
||||
|
|
Loading…
Add table
Reference in a new issue