more work on horz textctrl scrolling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxUNIVERSAL@8412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-09-25 00:20:56 +00:00
parent b5366def43
commit dd27aca4ee
6 changed files with 275 additions and 151 deletions

View File

@@ -224,7 +224,14 @@ bool MyUnivApp::OnInit()
// ----------------------------------------------------------------------------
MyUnivFrame::MyUnivFrame(const wxString& title)
: wxFrame(NULL, -1, title, wxDefaultPosition, wxSize(700, 700))
: wxFrame(NULL, -1, title,
wxDefaultPosition,
#if 0
wxSize(700, 700)
#else
wxSize(240, 150)
#endif
)
{
SetBackgroundColour(wxGetApp().GetBgColour());