]> git.saurik.com Git - wxWidgets.git/commit
Allow using wxGridCellEnumEditor with the mouse.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2012 10:28:03 +0000 (10:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2012 10:28:03 +0000 (10:28 +0000)
commit3ac2562a7ffec349ffc1f1d0236dfce3fc47b87c
treee0f63bc30e3b7208068f8bccc9484a741e644fbc
parent5208671fbbca4e47af21f72877699b0352f27e1e
Allow using wxGridCellEnumEditor with the mouse.

Previously the combobox was immediately dismissed when the mouse was used.

Fix this by copying the code from wxGridCellChoiceEditor to this class. This
is obviously not ideal and both classes should be refactored to avoid this in
the future but for now this at least fixes the user-visible problem.

Closes #13943.

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