]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed Freeze problem that rendered control invisible
authorJulian Smart <julian@anthemion.co.uk>
Mon, 15 Sep 2008 14:43:29 +0000 (14:43 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 15 Sep 2008 14:43:29 +0000 (14:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/richtext/richtextctrl.cpp

index 7e9cde82e9d7ba3811e041b6a9293fea34e28057..3a6432a531aea0d46864c62087893b9f079fdd08 100644 (file)
@@ -300,7 +300,8 @@ void wxRichTextCtrl::DoThaw()
         LayoutContent();
     else
         SetupScrollbars();
-    Refresh(false);
+    
+    wxWindow::DoThaw();
 }
 
 /// Clear all text