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
This commit is contained in:
Vadim Zeitlin 2003-10-27 21:41:53 +00:00
parent c66c3af135
commit 45df080916
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.