mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-29 18:18:39 +00:00
fix $scroll color reset (add missing callback)
This commit is contained in:
parent
52b5fe11ed
commit
5c86a80614
@ -75,6 +75,7 @@ void parse_scroll_arg(struct text_object *obj, const char *arg, void *free_at_cr
|
||||
/* add a color object right after scroll to reset any color changes */
|
||||
obj->next->type = OBJ_color;
|
||||
obj->next->data.l = sd->resetcolor;
|
||||
obj->next->callbacks.print = &new_fg;
|
||||
#endif /* X11 */
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user