Skip to content

Commit

Permalink
fix: group floating window (#2578)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed May 22, 2024
1 parent d20c912 commit 904a573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/rendered_layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ pub fn group_windows(
for i in 0..windows.len() {
let _ = get_window_group(&mut windows, i);
}
windows.sort_by(|a, b| a.group.cmp(&b.group));
windows
.into_iter()
.group_by(|window| window.group)
Expand Down

0 comments on commit 904a573

Please sign in to comment.