Don't put cursor at the end of wxGridCellEnumEditor control.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Nov 2010 15:03:33 +0000 (15:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Nov 2010 15:03:33 +0000 (15:03 +0000)
commit42b4e5cd2a59e1080543dcc269c4f24c41352279
treed431461c4a5a08494e5bb34b99215b41d0b8ec8c
parent18198aaea2038cd428c6801c829c3d6f4e48c9d6
Don't put cursor at the end of wxGridCellEnumEditor control.

Putting the cursor to the end of the control when the editing starts doesn't
make much sense as this should be the default behaviour anyhow and, worse,
this results in an assert under wxMSW where a read-only wxComboBox doesn't
have any cursor to move.

Closes #12446.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/grideditors.cpp