|
|
|
@@ -247,10 +247,11 @@ private: |
|
|
|
MidiDeviceListBox (const String& name,
|
|
|
|
MidiDemo& contentComponent,
|
|
|
|
bool isInputDeviceList)
|
|
|
|
: ListBox (name, this),
|
|
|
|
: ListBox (name),
|
|
|
|
parent (contentComponent),
|
|
|
|
isInput (isInputDeviceList)
|
|
|
|
{
|
|
|
|
setModel (this);
|
|
|
|
setOutlineThickness (1);
|
|
|
|
setMultipleSelectionEnabled (true);
|
|
|
|
setClickingTogglesRowSelection (true);
|
|
|
|
|