From: Holger Schemel Date: Sat, 18 Feb 2023 16:55:08 +0000 (+0100) Subject: added unmapping (invisible) scrollbar gadgets on info sub-screens X-Git-Tag: 4.3.5.1~1 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;ds=sidebyside;h=487e1b8ecea9121a3408e5d4f968945e071aa4aa;hp=487e1b8ecea9121a3408e5d4f968945e071aa4aa;p=rocksndiamonds.git added unmapping (invisible) scrollbar gadgets on info sub-screens Scrollbars and scrollbar up and down buttons were always invisible on info sub-screens, but could be made visible by blindly clicking on them if the game window was customized to a small enough height that the main info screen had a scrollbar and scroll buttons (which were then not removed again on the info sub-screens, which generally never have scrollbars and scroll buttons). ---