1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 18:09:50 +00:00
openmw-tes3mp/components/widgets
scrawl 9fda3b6db4 Fix NumericEditBox behavior broken by switch to std::stoi
For some reason stoi doesn't throw an error for '1foo' while 'foo1' does.

Now the edit box flat out rejects any non-digit key events.
2017-11-20 23:20:03 +00:00
..
box.cpp Set AutoSizedEditBox as Static by default 2017-09-27 12:55:53 +00:00
box.hpp Set AutoSizedEditBox as Static by default 2017-09-27 12:55:53 +00:00
imagebutton.cpp
imagebutton.hpp
list.cpp Allow MWList items to retain key focus 2017-09-27 12:56:00 +00:00
list.hpp
numericeditbox.cpp Fix NumericEditBox behavior broken by switch to std::stoi 2017-11-20 23:20:03 +00:00
numericeditbox.hpp
sharedstatebutton.cpp
sharedstatebutton.hpp
tags.cpp
tags.hpp
widgets.cpp
widgets.hpp
windowcaption.cpp
windowcaption.hpp