mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Fixed a bug when displaying a "None" device in AudioDeviceSelectorComponent
This commit is contained in:
parent
202027bc89
commit
2fdff085b6
1 changed files with 5 additions and 0 deletions
|
|
@ -488,8 +488,13 @@ public:
|
|||
{
|
||||
jassert (setup.manager->getCurrentAudioDevice() == nullptr); // not the correct device type!
|
||||
|
||||
inputChanLabel = nullptr;
|
||||
outputChanLabel = nullptr;
|
||||
sampleRateLabel = nullptr;
|
||||
bufferSizeLabel = nullptr;
|
||||
|
||||
inputChanList = nullptr;
|
||||
outputChanList = nullptr;
|
||||
sampleRateDropDown = nullptr;
|
||||
bufferSizeDropDown = nullptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue