Files
wxWidgets/tests/validators
Vadim Zeitlin cf93b63ca1 Relax checks on character entry in numeric validators
We can't perform the check for the invalid number in IsCharOk() because
it's perfectly normal for the number to be temporarily invalid while
it's being entered and, worse, sometimes this can't be avoided at all
and the existing behaviour prevented the user from entering _anything_
into a control limited to the values between 10 and 20.

Do ensure that the control still has a correct value after losing focus.

See #12968, #23561.

(combined cherry pick of c269932c4e,
dccddcdd59 and
1c16055713 from master)
2023-07-03 02:43:58 +02:00
..