From 6a8e61e0f685afbd888a3fe6480754bbf4238417 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 15 Sep 2008 14:43:29 +0000 Subject: [PATCH] Fixed Freeze problem that rendered control invisible git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/richtext/richtextctrl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.45.2