fixed bug with ignoring defined size for some main menu buttons
authorHolger Schemel <info@artsoft.org>
Thu, 14 Feb 2019 21:28:28 +0000 (22:28 +0100)
committerHolger Schemel <info@artsoft.org>
Thu, 14 Feb 2019 21:28:28 +0000 (22:28 +0100)
commit9c5174d87844a91c6f608006d57e36063a5324d4
treedf245c113b181fff20481d18c06c66fdd79f8481
parentbe5c5ba78b4d464fc85076e194fc8d03b77d3f14
fixed bug with ignoring defined size for some main menu buttons

This is a regression bug caused by commit e17dc52b, which changed the
handling of main menu buttons for first level, last level and level
number from "simple screen buttons" to "real gadgets". Unfortunately,
it also caused ignoring their width and height, instead using the
"default button size" of 32x32 pixels for them, regardless of their
width and height defined to other values in file "graphicsinfo.conf".
src/screens.c