AustL / PygameWidgets

A module for use with Pygame. Includes fully customisable buttons, textboxes, sliders and many more, as well as the ability to create and run animations on these widgets.
MIT License
57 stars 16 forks source link

textbox IndexError #33

Closed AndreHoeh closed 3 years ago

AndreHoeh commented 3 years ago

"IndexError: list index out of range" when using setText with a cursor at a cursorPosition > len(new_text)

AustL commented 3 years ago

I believe this was fixed in the latest version. Have you tried updating to v0.5.3? If it still is a problem please let me know.