Fix stacking order after workspace switch (#2081)

Co-authored-by: Leo <lenemter@gmail.com>
This commit is contained in:
Leonhard 2024-10-17 18:37:10 +02:00 committed by GitHub
parent 066235774d
commit 58fc51cd8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2058,8 +2058,8 @@ namespace Gala {
continue;
}
windows.prepend (actor);
parents.prepend (actor.get_parent ());
windows.append (actor);
parents.append (actor.get_parent ());
clutter_actor_reparent (actor, static_windows);
actor.set_translation (-clone_offset_x, -clone_offset_y, 0);