AardCrowley / Search-and-Destroy

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

Fix button shift bug #35

Closed AardNaricain closed 3 years ago

AardNaricain commented 3 years ago

Fixed a bug where disabling/enabling the settings button and then click on one of the other buttons would cause a copy to appear offset. Simple enough problem: I was clearing up the setting button's window hotspot, but not shifting the other button hotspots which moved with the addition/removal of the button. Clear them all and rebuild every time we toggle it and the problem is solved