This commit is contained in:
Simon Long 2024-05-03 15:39:29 +01:00
parent 627eaa6cbf
commit b5262e1375

View file

@ -848,7 +848,7 @@ entry(struct theme *theme, const char *key, const char *value)
theme->mag_border_width = atoi(value);
}
if (match_glob(key, "magnifier.border.color")) {
parse_hexstrs(value, theme->mag_border_color);
parse_hexstr(value, theme->mag_border_color);
}
if (match_glob(key, "magnifier.filter")) {
theme->mag_filter = atoi(value);