mirror of
https://github.com/elementary/gala.git
synced 2024-12-24 01:36:05 +03:00
Move window to old workspace when destroying the window
This commit is contained in:
parent
743a3a6732
commit
a04d5a7f18
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user