]> git.saurik.com Git - wxWidgets.git/commit
Ensure that combobox editor used by wxGrid is tall enough.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Feb 2012 23:49:55 +0000 (23:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Feb 2012 23:49:55 +0000 (23:49 +0000)
commite59e670c9b5021304c4beb02ec726f3a879ad63f
tree56fcfda6567837577dbba4d312f786b5f94675f5
parent4dfc0ca0c542424eaee4245bd48ba3084c2d28d0
Ensure that combobox editor used by wxGrid is tall enough.

Set the rectangle of wxGridCellChoiceEditor to be at least as tall as the best
(i.e. minimal) wxComboBox size because otherwise the control can be unusable.

Closes #13818.

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