better appearance on mac w/o sunken border
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0882eb4ee2
commit
bfa30135ba
@ -48,7 +48,11 @@ public:
|
||||
Edit (wxWindow *parent, wxWindowID id = wxID_ANY,
|
||||
const wxPoint &pos = wxDefaultPosition,
|
||||
const wxSize &size = wxDefaultSize,
|
||||
long style = wxSUNKEN_BORDER|wxVSCROLL
|
||||
long style =
|
||||
#ifndef __WXMAC__
|
||||
wxSUNKEN_BORDER|
|
||||
#endif
|
||||
wxVSCROLL
|
||||
);
|
||||
|
||||
//! destructor
|
||||
|
Loading…
Reference in New Issue
Block a user