Skip to content

Commit

Permalink
fix tasklist indicator line on right panel (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
samlane-ma authored Jun 28, 2024
1 parent 3f38b1e commit 151ec20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel/applets/icon-tasklist/widgets/IconButton.vala
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public class IconButton : Gtk.ToggleButton {
}

// Draw a line from the start down to the end
ctx.line_to(indicator_y, to);
ctx.line_to(indicator_x, to);
break;
default:
if (i == count - 1) { // Last indicator
Expand Down

0 comments on commit 151ec20

Please sign in to comment.