mirror of
https://github.com/elementary/gala.git
synced 2024-12-18 14:51:51 +03:00
Fix double icon when crossing icon group (#1670)
This commit is contained in:
parent
b0122f7cc8
commit
85beeb8efd
@ -704,7 +704,7 @@ public class Gala.WindowClone : Clutter.Actor {
|
||||
if (hovered) {
|
||||
icon_group.add_window (window, false, true);
|
||||
} else {
|
||||
icon_group.remove_window (window);
|
||||
icon_group.remove_window (window, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user