X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1043456035b60331b7faed24e69f81e94bd2cf85..bb996f289574defb0ae4339ae8e46ff3cf6fa54c:/src/gtk/textentry.cpp?ds=sidebyside diff --git a/src/gtk/textentry.cpp b/src/gtk/textentry.cpp index 1354841812..a1dad35bc6 100644 --- a/src/gtk/textentry.cpp +++ b/src/gtk/textentry.cpp @@ -155,7 +155,7 @@ void wxTextEntry::WriteText(const wxString& value) void wxTextEntry::DoSetValue(const wxString& value, int flags) { - if (value != GetValue()) + if (value != DoGetValue()) { // use Remove() rather than SelectAll() to avoid unnecessary clipboard // operations, and prevent triggering an apparent bug in GTK which