commit | 295c1d85803fae3ff03e834856ea43953348cb60 | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <ulfalizer@gmail.com> | Wed May 09 19:11:05 2018 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu May 10 23:27:17 2018 +0200 |
tree | 59f9304c9e9b378113c773a57a1d7c7f8a67c304 | |
parent | 7359c5b10b5580ef5a8069a10ece874923033d90 [diff] |
menuconfig: Fix rendering of long prefilled edit box string The horizontal scroll (hscroll) wasn't initialized properly when the initial (prefilled) contents of an edit box was longer than the edit box itself (e.g. when saving with a long path in KCONFIG_CONFIG). Things snapped back into place once a key was pressed. Properly initialize hscroll to fix the initial rendering. Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>