]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/grid.cpp
Make status bar grip move to the left in RTL.
[wxWidgets.git] / src / generic / grid.cpp
index 661470456b0ae3078dc14e6b5c2df473302b4340..bf62e90e3ec22783bd19963b08af336ec726e428 100644 (file)
@@ -2292,6 +2292,7 @@ wxGridCellAttr *wxGridCellAttr::Clone() const
     if ( IsReadOnly() )
         attr->SetReadOnly();
 
+    attr->SetOverflow( m_overflow == Overflow );
     attr->SetKind( m_attrkind );
 
     return attr;