diff --git a/src/gtk/textctrl.cpp b/src/gtk/textctrl.cpp index 93416da331..36edaf5f50 100644 --- a/src/gtk/textctrl.cpp +++ b/src/gtk/textctrl.cpp @@ -608,7 +608,7 @@ void wxTextCtrl::WriteText( const wxString &text ) // in UpdateFontIfNeeded() any longer if ( !text.empty() ) { - m_updateFont = TRUE; + m_updateFont = FALSE; } // Bring editable's cursor back uptodate. diff --git a/src/gtk1/textctrl.cpp b/src/gtk1/textctrl.cpp index 93416da331..36edaf5f50 100644 --- a/src/gtk1/textctrl.cpp +++ b/src/gtk1/textctrl.cpp @@ -608,7 +608,7 @@ void wxTextCtrl::WriteText( const wxString &text ) // in UpdateFontIfNeeded() any longer if ( !text.empty() ) { - m_updateFont = TRUE; + m_updateFont = FALSE; } // Bring editable's cursor back uptodate.