]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/textctrl.cpp
removed assert which became incorrect after last change
[wxWidgets.git] / src / gtk / textctrl.cpp
index 93416da331fa8fc89f00dd05ee4907bd42224fdd..36edaf5f50d70b44f4a978564fd56d712690df44 100644 (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.