Fix showing hint in wxUniv wxTextCtrl
Correctly remove the hint when the text control is focused. Closes #23511.
This commit is contained in:
parent
1093bb492b
commit
79fa753641
1 changed files with 1 additions and 1 deletions
|
|
@ -783,7 +783,7 @@ wxTextCtrl::~wxTextCtrl()
|
|||
|
||||
void wxTextCtrl::DoSetValue(const wxString& value, int flags)
|
||||
{
|
||||
if ( value != GetValue() )
|
||||
if ( value != DoGetValue() )
|
||||
{
|
||||
EventsSuppressor noeventsIf(this, !(flags & SetValue_SendEvent));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue