haganbmj / MagicSetEditor2

Magic Set Editor is a program for designing trading cards
Other
17 stars 7 forks source link

fix: correct unicode text entry behavior (fixes twanvl#121) #28

Closed haganbmj closed 2 years ago

haganbmj commented 2 years ago

GetKeyCode doesn't handle unicode, so it returns 0 for cyrillic (and other) characters, which was getting rejected as invalid input. I'm assuming this broke on some wxWidgets upgrade, as the MSE code for this hasn't changed in over a decade?

haganbmj commented 2 years ago

Found another place this applies; the set symbol editor. It was handling text entry there independently.

image