wxWidgets/include
Vadim Zeitlin 48faeb65b3 Fix copy ctor in numeric validators classes
wxFloatingPointValidator and wxIntegerValidator copy ctor didn't copy
the associated window, so it was lost when the validator was Clone()'d.

Fix this by correctly using wxValidator copy ctor, instead of the
default one, in the copy ctor of the common wxNumValidatorBase base
class.
2018-01-04 21:39:57 +01:00
..
msvc/wx
wx Fix copy ctor in numeric validators classes 2018-01-04 21:39:57 +01:00