set extra margins to be 0 by default, not 50
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b4bfa4522e
commit
526dbb9590
@ -3819,7 +3819,7 @@ void wxGrid::Init()
|
||||
m_batchCount = 0;
|
||||
|
||||
m_extraWidth =
|
||||
m_extraHeight = 50;
|
||||
m_extraHeight = 0;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user