NineWorlds / xstreamer

XStreamer X-Wing Squad and Imperial Assault Army Helper for Twitch and YouTube Streamers
MIT License
8 stars 3 forks source link

Quantity not Editable in property View for Upgrades #54

Closed kingargyle closed 6 years ago

kingargyle commented 6 years ago

Reported by Gold Squadron, the property for Quantity on the upgrade is not editable. When clicking on the property you can't edit it, and it makes the app appear to be locked.

kingargyle commented 6 years ago

Created a new NumericPropertyDescriptor and NumericCellEditor based off the code from here:

http://www.massapi.com/source/sourceforge/95/62/956243677/hidb2-code/HIDB2/src/hidb2/gui/util/NumericCellEditor.java.html

Changed the code so that it only handles Integers which is all we want to deal with.