Skip to content

Commit

Permalink
fix: snap tiling windows with no siblings when moved (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger authored Sep 18, 2023
1 parent 4fcf279 commit c6c57a0
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 c6c57a0

Please sign in to comment.