diff --git a/src/qt/listbox.cpp b/src/qt/listbox.cpp index 9e5ab77853..0e395c4744 100644 --- a/src/qt/listbox.cpp +++ b/src/qt/listbox.cpp @@ -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); } }