Skip to content

Commit 85beeb8

Browse files
authored
Fix double icon when crossing icon group (#1670)
1 parent b0122f7 commit 85beeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/WindowClone.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ public class Gala.WindowClone : Clutter.Actor {
704704
if (hovered) {
705705
icon_group.add_window (window, false, true);
706706
} else {
707-
icon_group.remove_window (window);
707+
icon_group.remove_window (window, false);
708708
}
709709
}
710710
}

0 commit comments

Comments
 (0)