Add missing Init() call to one of wxListBox ctors in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 10 Jun 2010 10:40:21 +0000 (10:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 10 Jun 2010 10:40:21 +0000 (10:40 +0000)
commitdca0afc73cbd2a278f9d48bf75ef381b11b5aa00
tree38a95514e573f5c6e873a0285b25c135dfe4f1c5
parent725c4ff62a2051fc9884c7c8928b8dc48d7be556
Add missing Init() call to one of wxListBox ctors in wxMSW.

Overloaded ctor taking wxArrayString didn't call Init() so the wxListBox
fields were not initialized. Fix it by adding the Init() call.

Closes #12138.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/listbox.h