Fix listctrl base window pointer in wxQT, thanks @seandpagnier

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mariano Reingart 2014-09-29 04:23:36 +00:00
parent 3b12797953
commit e3f67c52ee

View File

@ -86,7 +86,7 @@ bool wxListBox::Create(wxWindow *parent, wxWindowID id,
{
Init();
QListWidgetItem* item;
m_qtListWidget = new wxQtListWidget( parent, this );
m_qtWindow = m_qtListWidget = new wxQtListWidget( parent, this );
while ( n-- > 0 )
{