Move window to old workspace when destroying the window

This commit is contained in:
lenemter 2024-12-07 15:21:30 +03:00
parent 743a3a6732
commit a04d5a7f18

View File

@ -1578,7 +1578,7 @@ namespace Gala {
public override void destroy (Meta.WindowActor actor) {
unowned var window = actor.get_meta_window ();
ws_assoc.remove (window);
move_window_to_old_ws (window);
actor.remove_all_transitions ();