]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix wxTextEntryDialog::GetValue() when using SetTextValidator().
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Apr 2013 00:11:00 +0000 (00:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Apr 2013 00:11:00 +0000 (00:11 +0000)
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


No differences found