1
0
Fork 0
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:
tpoole 2017-05-11 17:15:10 +01:00
parent 202027bc89
commit 2fdff085b6

View file

@ -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;