mirror of
https://github.com/elementary/gala.git
synced 2024-11-25 03:06:14 +01:00
Fix stacking order after workspace switch (#2081)
Co-authored-by: Leo <lenemter@gmail.com>
This commit is contained in:
parent
066235774d
commit
58fc51cd8b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user