1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-08 00:26:36 +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
box.hpp
imagebutton.cpp
imagebutton.hpp
list.cpp
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