X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c44eb66f34f90787524797472d48f35d98a9e23..fc2d42090058bb7ebb9545b857a9a435ecbdd876:/src/generic/grid.cpp diff --git a/src/generic/grid.cpp b/src/generic/grid.cpp index 661470456b..bf62e90e3e 100644 --- a/src/generic/grid.cpp +++ b/src/generic/grid.cpp @@ -2292,6 +2292,7 @@ wxGridCellAttr *wxGridCellAttr::Clone() const if ( IsReadOnly() ) attr->SetReadOnly(); + attr->SetOverflow( m_overflow == Overflow ); attr->SetKind( m_attrkind ); return attr;