mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 18:22:01 +08:00
Override DoGetValue() in wxMSW wxTextCtrl and not GetValue() itself as the base class version correctly takes the manually managed hints into account, unlike the overridden version which only did this for plain edit controls but not the rich edit ones. Add a unit test to ensure that this bug remains fixed. See #26176.