Don't force wxBORDER_SUNKEN so the programmer can specify some other style.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3851,8 +3851,11 @@ bool wxDataViewCtrl::Create(wxWindow *parent, wxWindowID id,
|
|||||||
const wxPoint& pos, const wxSize& size,
|
const wxPoint& pos, const wxSize& size,
|
||||||
long style, const wxValidator& validator )
|
long style, const wxValidator& validator )
|
||||||
{
|
{
|
||||||
|
if ( (style & wxBORDER_MASK) == 0)
|
||||||
|
style |= wxBORDER_SUNKEN;
|
||||||
|
|
||||||
if (!wxControl::Create( parent, id, pos, size,
|
if (!wxControl::Create( parent, id, pos, size,
|
||||||
style | wxScrolledWindowStyle|wxBORDER_SUNKEN, validator))
|
style | wxScrolledWindowStyle, validator))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
SetInitialSize(size);
|
SetInitialSize(size);
|
||||||
|
Reference in New Issue
Block a user