Add support for wxLB_EXTENDED style to wxQt wxListBox
Closes https://github.com/wxWidgets/wxWidgets/pull/1383
This commit is contained in:
parent
ae2cb7d347
commit
ab553cd6db
@ -146,7 +146,7 @@ void wxListBox::DoCreate(wxWindow* parent, long style)
|
||||
}
|
||||
else if ( style & wxLB_EXTENDED )
|
||||
{
|
||||
wxMISSING_IMPLEMENTATION( wxSTRINGIZE( wxLB_EXTENDED ));
|
||||
m_qtListWidget->setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user