Copy max width of wxGridCellTextEditor when cloning it.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 1 May 2013 20:53:26 +0000 (20:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 1 May 2013 20:53:26 +0000 (20:53 +0000)
commit4322906f97b2f6994b33182cb6a889fd899f3012
tree134244b5723b55f90172ba42d349d7519899e33b
parent951b385ad88846cfb2ae3d22c844d726f6c4f12b
Copy max width of wxGridCellTextEditor when cloning it.

Previously the max number of characters that could be entered into the editor
was lost when it was cloned, making it impossible to really limit the user
entry.

Closes #15175.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/grideditors.h
interface/wx/grid.h
src/generic/grideditors.cpp