]> git.saurik.com Git - wxWidgets.git/commit
In wxBitmapComboBox::RecreateControl(), always get recreated control's height from...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 3 Oct 2010 10:51:50 +0000 (10:51 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 3 Oct 2010 10:51:50 +0000 (10:51 +0000)
commita9afb0576c1b6c1d426688597891d34dd94a9418
treef816fe1448c8392cfc3c674321029eadbc54cc19
parent864186dd39b1e4f2686fcd01754b2da2ee5c98fb
In wxBitmapComboBox::RecreateControl(), always get recreated control's height from the best size, and also set the ComboBox item height with CB_SETITEMHEIGHT message (fixes #12515).

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