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:
parent
3b12797953
commit
e3f67c52ee
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user