wxWidgets/interface
Vadim Zeitlin 35fa1f93bc Reset wxSpinCtrl value to GetMin() if text string is invalid
Previously, wxSpinCtrl (using native control) and wxSpinCtrlDouble
(using the generic implementation) behaved differently in this case,
with the former changing its value but the latter keeping the last valid
value instead.

Make them behave the same by resetting the value in both cases and
document this behaviour.
2021-04-23 22:27:28 +01:00
..
wx Reset wxSpinCtrl value to GetMin() if text string is invalid 2021-04-23 22:27:28 +01:00
check_syntax.sh