Fixed Freeze problem that rendered control invisible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -300,7 +300,8 @@ void wxRichTextCtrl::DoThaw()
|
|||||||
LayoutContent();
|
LayoutContent();
|
||||||
else
|
else
|
||||||
SetupScrollbars();
|
SetupScrollbars();
|
||||||
Refresh(false);
|
|
||||||
|
wxWindow::DoThaw();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Clear all text
|
/// Clear all text
|
||||||
|
Reference in New Issue
Block a user