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:
parent
c66c3af135
commit
45df080916
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user