Skip to content

Commit a04d5a7

Browse files
committed
Move window to old workspace when destroying the window
1 parent 743a3a6 commit a04d5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WindowManager.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ namespace Gala {
15781578
public override void destroy (Meta.WindowActor actor) {
15791579
unowned var window = actor.get_meta_window ();
15801580

1581-
ws_assoc.remove (window);
1581+
move_window_to_old_ws (window);
15821582

15831583
actor.remove_all_transitions ();
15841584

0 commit comments

Comments
 (0)