Closed TibboddiT closed 2 weeks ago
When a pinned window is transferred to another workspace, the workspace property on the FloatingWindowContainer was not updated.
workspace
FloatingWindowContainer
This PR adds a call to Workspace::graft on the destination workspace when transferring a pinned window.
Workspace::graft
Fix #277
It feels like a test in tests/ipc could have been added for this, but I dont know where to look for command strings like
tests/ipc
conn.command("move window to workspace back_and_forth")
When a pinned window is transferred to another workspace, the
workspace
property on theFloatingWindowContainer
was not updated.This PR adds a call to
Workspace::graft
on the destination workspace when transferring a pinned window.Fix #277