From: Vadim Zeitlin Date: Thu, 4 Apr 2013 00:11:00 +0000 (+0000) Subject: Fix wxTextEntryDialog::GetValue() when using SetTextValidator(). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/42fe16e58be724a33c50fcf3911a7ae0fb753cb9?hp=42fe16e58be724a33c50fcf3911a7ae0fb753cb9 Fix wxTextEntryDialog::GetValue() when using SetTextValidator(). Associating a validator with the text control in wxTextEntryDialog resulted in GetValue() always returning an empty string which was completely unexpected. Fix this by setting the value string manually to avoid interfering with any possibly used validators. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 ---