ignore system scaling factor if it's not a positive rational
This commit is contained in:
parent
54de09f30e
commit
bf79fb427c
|
@ -43,4 +43,6 @@
|
||||||
(g_variant_get_double
|
(g_variant_get_double
|
||||||
(g_settings_get_value gs "text-scaling-factor"))))
|
(g_settings_get_value gs "text-scaling-factor"))))
|
||||||
(g_object_unref gs)
|
(g_object_unref gs)
|
||||||
v))
|
(and (rational? v)
|
||||||
|
(positive? v)
|
||||||
|
v)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user