Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
randomcoder67 authored and brndnmtthws committed Jun 6, 2024
1 parent ba9d84a commit f88b50d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conky.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,7 @@ int draw_each_line_inner(char *s, int special_index, int last_special_applied) {
}
#ifdef BUILD_MATH
if (show_graph_scale.get(*state) && (current->show_scale == 1)) {
// Set the foreground colour to the first colour, ensures the scale text is always drawn in the same colour
set_foreground_color(current->first_colour);
int tmp_x = cur_x;
int tmp_y = cur_y;
Expand Down

0 comments on commit f88b50d

Please sign in to comment.