Horizontal scroll style setting not honored
Posted: 24.02.2023 22:40
In user.json, I have:
"scroll_style_horz" : 1,
which according to default.json, should cause the horizontal scroll bar to be always shown (// 1: Always show). But in fact, the horizontal scroll bar is not being shown in any tab until some line in that tab exceeds the window width, so it is acting exactly like "scroll_style_horz" : 2, (// 2: Show automatically).
"scroll_style_horz" : 1,
which according to default.json, should cause the horizontal scroll bar to be always shown (// 1: Always show). But in fact, the horizontal scroll bar is not being shown in any tab until some line in that tab exceeds the window width, so it is acting exactly like "scroll_style_horz" : 2, (// 2: Show automatically).