Closed wadsworj closed 2 years ago
if possible I'd like to take a crack at fixing this myself
Sure, give it a try
On Wed, 8 Jun 2022, 16:08 James Wadsworth, @.***> wrote:
if possible I'd like to take a crack at fixing this myself
— Reply to this email directly, view it on GitHub https://github.com/MyreMylar/pygame_gui/issues/273#issuecomment-1150046119, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGDGGU4KKY7G5FS5MZPPG3VOCZOFANCNFSM5YG4NDHQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
fixed in pull request #274
Describe the bug When I create a UITextEntryLine and then send it a newline character via set_text pygame_gui crashes
To Reproduce Steps to reproduce the behaviour:
Expected behaviour I expect this to not crash. Not sure if we want to show the '\n' or show nothing at all for that character, but I don't want it to crash.
Stack Trace
Platform and software (please complete the following information):
Additional context The offending code:
text_box_layout_row.py: 391