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:
Vadim Zeitlin 2002-01-27 13:58:35 +00:00
parent b4bfa4522e
commit 526dbb9590

View File

@ -3819,7 +3819,7 @@ void wxGrid::Init()
m_batchCount = 0;
m_extraWidth =
m_extraHeight = 50;
m_extraHeight = 0;
}
// ----------------------------------------------------------------------------