Skip to content

Commit

Permalink
Fix double icon when crossing icon group (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter authored May 2, 2023
1 parent b0122f7 commit 85beeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/WindowClone.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
Expand Down

0 comments on commit 85beeb8

Please sign in to comment.