We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca247a commit ba86ba2Copy full SHA for ba86ba2
Amethyst/Managers/WindowManager.swift
@@ -609,6 +609,11 @@ extension WindowManager: ApplicationObservationDelegate {
609
// record window and wait for mouse up
610
mouseStateKeeper.state = .moving(window: window)
611
case let .doneDragging(lmbUpMoment):
612
+
613
+ if let screenManager = focusedScreenManager(), screenManager.currentLayout is FloatingGridLayout {
614
+ screenManager.setNeedsReflow(withWindowChange: .layoutChange)
615
+ }
616
617
mouseStateKeeper.state = .pointing // flip state first to prevent race condition
618
619
// if mouse button recently came up, assume window move is related
0 commit comments