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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user