mirror of
https://github.com/elementary/gala.git
synced 2024-12-19 15:21:47 +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) {
|
if (hovered) {
|
||||||
icon_group.add_window (window, false, true);
|
icon_group.add_window (window, false, true);
|
||||||
} else {
|
} else {
|
||||||
icon_group.remove_window (window);
|
icon_group.remove_window (window, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user