Allow using horizontal cursor navigation keys in non-readonly wxComboCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 14 Sep 2012 22:26:31 +0000 (22:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 14 Sep 2012 22:26:31 +0000 (22:26 +0000)
commit39191cbfdb6af2c0afabd98afa0802d0af9402e7
treef0806f31ce3ccfb914aafb98e698880d231fbf75
parent9cc8cedaae5a619830c75f17d2c8713439db60f7
Allow using horizontal cursor navigation keys in non-readonly wxComboCtrl.

Don't intercept Left/Right/Home/End keys until the control is read-only,
otherwise they're more useful for navigating in its text part than in its
drop-down.

Closes #14648.

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