Aiue's Quest Tracker (AQT)

Aiue's Quest Tracker (AQT)

21.6k Downloads

Use texture widget instead of buttons for indicators

Aiue opened this issue ยท 0 comments

commented

It seems buttons are always registered for clicks. We wouldn't want that for things that should have no mouse interaction, as they will still catch the clicks.

Will probably want to reanchor things so as to not depend on the button reference. This way, creating the button reference will be entirely optional. Only create a button widget if a button widget is required, and ditto for texture widget. Use the recycler accordingly, and recycle it the moment we're no longer using it.