X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb703a121f20eaa20f70463e77f2ac2e7354011b..99ceaa26e4b9e934a7f37d133ebcce1d0963275e:/src/generic/grid.cpp?ds=sidebyside diff --git a/src/generic/grid.cpp b/src/generic/grid.cpp index ef672217ae..bf62e90e3e 100644 --- a/src/generic/grid.cpp +++ b/src/generic/grid.cpp @@ -2292,7 +2292,7 @@ wxGridCellAttr *wxGridCellAttr::Clone() const if ( IsReadOnly() ) attr->SetReadOnly(); - attr->SetOverflow( m_overflow ); + attr->SetOverflow( m_overflow == Overflow ); attr->SetKind( m_attrkind ); return attr;