AardCrowley / Search-and-Destroy

Safe, Legal Search and Destroy
10 stars 14 forks source link

Color changing function is broken #38

Closed AardCrowley closed 3 years ago

AardCrowley commented 3 years ago

Got this email:


Hey, you broke the color changing function on the window's action buttons.  I see that draw_button_1_B was removed and mousedown_b1's function call was changed to draw_button_1_A.  I also see you "fixed" the bug with the options menu button, except for the color changing.  I fixed the bug on my end too, I just put 1_B function back and put its call back into mousedown_b1.  

I guess it's whatever if you guys thought the color animation on click was bad, I think it looked great and should be put back :D

But even if you don't put it back, there's a bit of glitchy display with the three buttons on the right (ht, qw, ref).  Click on them and see how the button borders don't look quite right.  This is actually my mistake, but the color changing covered up the defect.  I fixed it by going to table b1_button_list, then for "hsHT" change L to 249, and for "hsREF" change L to 279.  Now it should look better.

Minor detail there but polish and shine, always!