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:
@@ -86,7 +86,7 @@ bool wxListBox::Create(wxWindow *parent, wxWindowID id,
|
|||||||
{
|
{
|
||||||
Init();
|
Init();
|
||||||
QListWidgetItem* item;
|
QListWidgetItem* item;
|
||||||
m_qtListWidget = new wxQtListWidget( parent, this );
|
m_qtWindow = m_qtListWidget = new wxQtListWidget( parent, this );
|
||||||
|
|
||||||
while ( n-- > 0 )
|
while ( n-- > 0 )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user