Fix unclickable shop info icons #260
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix_shop_icons_not_clickable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #247
You've removed
click_shop_rectfor some reason and nowdraw_shop_graphicsis neverr called withtrue, which if I understand correctly means the pressed effect when clicking will not occur. Can you fix this, please? Puttingclick_shop_rectback where it was would be the easiest way, but whatever way you prefer is fine too.