X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c44eb66f34f90787524797472d48f35d98a9e23..ff1dadae388b2f408874b80251d64d16d9d46280:/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;