From: Vadim Zeitlin Date: Sat, 16 Jun 2001 01:22:07 +0000 (+0000) Subject: oops, compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6138e469c93ea806da41bbb49d7c688e43229309 oops, compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/sashtest/sashtest.cpp b/samples/sashtest/sashtest.cpp index 6bcf61a6ce..89daf0d1ac 100644 --- a/samples/sashtest/sashtest.cpp +++ b/samples/sashtest/sashtest.cpp @@ -146,7 +146,7 @@ MyFrame::MyFrame(wxWindow *parent, const wxWindowID id, const wxString& title, c // Another window to the left of the client window win = new wxSashLayoutWindow(this, ID_WINDOW_LEFT2, wxDefaultPosition, wxSize(200, 30), - wxNO_BORDER | wxSW_3 | wxCLIP_CHILDREND); + wxNO_BORDER | wxSW_3D | wxCLIP_CHILDREN); win->SetDefaultSize(wxSize(120, 1000)); win->SetOrientation(wxLAYOUT_VERTICAL); win->SetAlignment(wxLAYOUT_LEFT);