]> git.saurik.com Git - wxWidgets.git/commit
Preserve client data pointers when setting bitmaps in wxBitmapComboBox.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Feb 2013 13:48:49 +0000 (13:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Feb 2013 13:48:49 +0000 (13:48 +0000)
commit4f082fb3a0685321b174f8b7beb8ea357da227a2
tree49f258b19f8f1c266defe50aa90d133e54d9d680
parent4cf8e24bc1ecc574a0c8455cb5d0536ebfd207e3
Preserve client data pointers when setting bitmaps in wxBitmapComboBox.

Changing the bitmap could recreate the control if the height of the bitmap
changed but recreating wxBitmapComboBox lost all the client data pointers.

Do preserve them now when recreating.

Closes #14892.

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