From 45df080916097999cee2a0e5cd9e2d41b0626f6f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 27 Oct 2003 21:41:53 +0000 Subject: [PATCH] really applied Robert's patch (and not the converse of it) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/textctrl.cpp | 2 +- src/gtk1/textctrl.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.