mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
The input value should go through Screen:scaleBySize(), as in onReadSettings Otherwise, choosing an option from ConfigDialog leads to different results than on document open, as one is scaled, but not the other. Issue extant since the inception of page gap configuration, way back in #5705 (The intended and correct behavior if of course to scale this, e.g., the setting is a "koreader flex pixel", not an absolute actual px value ;).