integrated my latest changes and Vadim's fixes on top of that

Compiles, but works?


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1998-08-13 10:03:26 +00:00
parent fc008f2592
commit 5e0394ae9b
5 changed files with 124 additions and 83 deletions

View File

@@ -159,7 +159,7 @@ MyFrame::AddSampleText(wxLayoutList &llist)
void
MyFrame::Clear(void)
{
m_lwin->Erase();
m_lwin->Clear(wxROMAN,16,wxNORMAL,wxNORMAL, false);
m_lwin->UpdateScrollbars();
}