robbielyman / seamstress

seamstress is an art engine
GNU General Public License v3.0
123 stars 12 forks source link

Ensure mapping px to tab indices range can match all available tab indices #126

Closed nattog closed 5 months ago

nattog commented 5 months ago

Flooring the raw indices on line 173 was causing issues where the last title of a UI tabs object could never be successfully clicked on. Another solution would be to round the index instead of flooring it.

robbielyman commented 5 months ago

thanks!