Skip to content

Commit

Permalink
fix: regression where tiled windows don't snap back when moved
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Sep 18, 2023
1 parent 6bac18b commit 0f53e0d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ private void UpdateTilingWindow(TilingWindow window)
if (hasNoResizableSiblings)
{
_containerService.ContainersToRedraw.Add(window);
_bus.Invoke(new RedrawContainersCommand());
return;
}

Expand Down

0 comments on commit 0f53e0d

Please sign in to comment.