Added new files to .rsp files; added new samples to index.htm
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -123,6 +123,12 @@ MyFrame::MyFrame(void) :
|
||||
m_lwin->SetEditable(true);
|
||||
m_lwin->SetWrapMargin(40);
|
||||
m_lwin->SetFocus();
|
||||
|
||||
// JACS: under MSW, the window doesn't show the caret initially,
|
||||
// and the following line I added doesn't help either.
|
||||
// going to another window and then back again fixes it.
|
||||
// m_lwin->OnSetFocus(wxFocusEvent());
|
||||
|
||||
Clear();
|
||||
|
||||
#if 0
|
||||
|
Reference in New Issue
Block a user