Corrected wrong initial/min size of generic wxDataViewCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3696,6 +3696,8 @@ bool wxDataViewCtrl::Create(wxWindow *parent, wxWindowID id,
|
||||
style | wxScrolledWindowStyle|wxSUNKEN_BORDER, validator))
|
||||
return false;
|
||||
|
||||
SetInitialSize(size);
|
||||
|
||||
Init();
|
||||
|
||||
#ifdef __WXMAC__
|
||||
|
Reference in New Issue
Block a user