]> git.saurik.com Git - wxWidgets.git/commit
don't call SetInsertionPointToEnd() on read-only combobox in wxGridCellChoiceEditor...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jun 2008 00:19:44 +0000 (00:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jun 2008 00:19:44 +0000 (00:19 +0000)
commitb64845917a8aa2e6b6186ba6bd291debc2afc195
tree70b0d15ebab14e857edb0d20ecdba9856140c351
parent929b79014a38bc4d2b7fac4e25286c0f4a0b5ab7
don't call SetInsertionPointToEnd() on read-only combobox in wxGridCellChoiceEditor::Reset() neither (this had been already fixed for StartEdit() before) (#8843)

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