From: Julian Smart Date: Mon, 15 Sep 2008 14:43:29 +0000 (+0000) Subject: Fixed Freeze problem that rendered control invisible X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6a8e61e0f685afbd888a3fe6480754bbf4238417 Fixed Freeze problem that rendered control invisible git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/richtext/richtextctrl.cpp b/src/richtext/richtextctrl.cpp index 7e9cde82e9..3a6432a531 100644 --- a/src/richtext/richtextctrl.cpp +++ b/src/richtext/richtextctrl.cpp @@ -300,7 +300,8 @@ void wxRichTextCtrl::DoThaw() LayoutContent(); else SetupScrollbars(); - Refresh(false); + + wxWindow::DoThaw(); } /// Clear all text