From: Holger Schemel Date: Mon, 4 Feb 2019 08:10:18 +0000 (+0100) Subject: fixed bug with cutting text on setup screens without scrollbar X-Git-Tag: 4.1.2.0~36 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=24287f46944159fd6ea121877aaa001e0f92e452;hp=24287f46944159fd6ea121877aaa001e0f92e452 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. ---