Skip to content

Commit

Permalink
fix: snap tiling windows with no siblings when moved (glzr-io#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger authored and AryanSolanki637 committed Sep 22, 2023
1 parent 9729378 commit f405f77
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 f405f77

Please sign in to comment.