Bug in AudioDeviceSelectorComponent

hi,

I’ve just found a bug in

juce_AudioDeviceSelectorComponent.h line 324

sampleRateDropDown->setVisible(!showAdvancedSettingsButton->isVisible());

and showAdvancedSettingsButton can be NULL if hideAdvancedOptionsWithButton is false.

Thanks! Will check in a fix imminently!