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:
@@ -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());
|
||||
|
||||
|
Reference in New Issue
Block a user