mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Use set_float
This commit is contained in:
parent
a64479037f
commit
897ba49e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -855,7 +855,7 @@ entry(struct theme *theme, const char *key, const char *value)
|
||||||
theme->mag_filter = atoi(value);
|
theme->mag_filter = atoi(value);
|
||||||
}
|
}
|
||||||
if (match_glob(key, "magnifier.increment")) {
|
if (match_glob(key, "magnifier.increment")) {
|
||||||
theme->mag_increment = atof(value);
|
set_float(value, &theme->mag_increment);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue