Files
wxWidgets/src
Vadim Zeitlin bdaca38904 Fix transferring unsigned values to the window too
In addition to not accepting "-1" as a valid unsigned value, we also
must not format unsigned values as signed ones, i.e. we need to use
wxNumberFormatter::ToString() overload taking unsigned for them.

Do it in wxIntegerValidatorBase::ToString(), used by TransferToWindow(),
and add more tests for the latter.

Also reorganize the tests in sections and use REQUIRE() for the checks
that should prevent the rest of the section from running if they fail.
2021-02-22 12:58:14 +01:00
..
2020-12-23 17:03:05 +01:00
2020-12-23 17:03:10 +01:00
2020-10-19 20:07:16 +02:00
2020-12-23 17:03:10 +01:00
2020-12-23 17:03:10 +01:00
2020-12-23 17:03:10 +01:00
2020-12-23 17:03:10 +01:00