]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/textctrl.cpp
Property value images are no longer shrinked horizontally
[wxWidgets.git] / src / univ / textctrl.cpp
index 9417dc76334ffd50d74d0d490cda9ca733d1a481..bc625f70a7bbcb5dd31964a2104776a0503ba5c7 100644 (file)
@@ -819,7 +819,7 @@ size_t wxTextCtrl::GetLineCount() const
     return MData().m_lines.GetCount();
 }
 
-wxString wxTextCtrl::GetValue() const
+wxString wxTextCtrl::DoGetValue() const
 {
     // for multiline controls we don't always store the total value but only
     // recompute it when asked - and to invalidate it we just empty it in