mirror of
https://github.com/labwc/labwc.git
synced 2026-04-17 06:46:28 -04:00
Typo
This commit is contained in:
parent
627eaa6cbf
commit
b5262e1375
1 changed files with 1 additions and 1 deletions
|
|
@ -848,7 +848,7 @@ entry(struct theme *theme, const char *key, const char *value)
|
||||||
theme->mag_border_width = atoi(value);
|
theme->mag_border_width = atoi(value);
|
||||||
}
|
}
|
||||||
if (match_glob(key, "magnifier.border.color")) {
|
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")) {
|
if (match_glob(key, "magnifier.filter")) {
|
||||||
theme->mag_filter = atoi(value);
|
theme->mag_filter = atoi(value);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue