mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
Spelling fix.
This commit is contained in:
parent
2ee8084658
commit
5d3e24b7a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1087,7 +1087,7 @@ void AudioDeviceSelectorComponent::comboBoxChanged (ComboBox* comboBoxThatHasCha
|
|||
|
||||
deviceManager.setCurrentAudioDeviceType (type->getTypeName(), true);
|
||||
|
||||
updateAllControls(); // needed in case the type hasn't actally changed
|
||||
updateAllControls(); // needed in case the type hasn't actually changed
|
||||
}
|
||||
}
|
||||
else if (comboBoxThatHasChanged == midiOutputSelector)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue