Skip to content

Commit c6c57a0

Browse files
authored
fix: snap tiling windows with no siblings when moved (#404)
1 parent 4fcf279 commit c6c57a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GlazeWM.Domain/Windows/EventHandlers/WindowMovedOrResizedHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ private void UpdateTilingWindow(TilingWindow window)
6464
if (hasNoResizableSiblings)
6565
{
6666
_containerService.ContainersToRedraw.Add(window);
67+
_bus.Invoke(new RedrawContainersCommand());
6768
return;
6869
}
6970

0 commit comments

Comments
 (0)