fixed bug with cutting text on setup screens without scrollbar
authorHolger Schemel <info@artsoft.org>
Mon, 4 Feb 2019 08:10:18 +0000 (09:10 +0100)
committerHolger Schemel <info@artsoft.org>
Mon, 4 Feb 2019 08:10:18 +0000 (09:10 +0100)
commit24287f46944159fd6ea121877aaa001e0f92e452
tree3e9a6f5b2824d5e44eef5569b17dedfd5c0fada8
parent60eba116a2ee48eae8f27e19891a79a49e868ff9
fixed bug with cutting text on setup screens without scrollbar

When drawing selection lists on setup sub-screens, text was always cut
on the right side to prevent drawing text over a potential scrollbar,
even if the selection list is short enough that there is no scrollbar.

Now it is checked if the setup sub-screens has a scrollbar or not, and
the right edge where text has to be cut is calculated accordingly.
src/screens.c