fixed compile errors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-05-07 18:08:01 +00:00
parent ef5df12bdf
commit b63fce942f
2 changed files with 10 additions and 10 deletions

View File

@@ -2061,7 +2061,7 @@ void wxGridCellAttr::Init(wxGridCellAttr *attrDefault)
m_attrkind = wxGridCellAttr::Cell;
m_sizeRows = m_sizeCols = 1;
m_overflow = TRUE;
m_overflow = UnsetOverflow;
SetDefAttr(attrDefault);
}