1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00

BLOCKS: Fix for PhysicalTopologySource appearing locked incorrectly

This commit is contained in:
Daniel Walz 2018-10-31 10:16:42 +00:00 committed by Julian Storer
parent b3a1d56eba
commit 49ef70cc0d

View file

@ -247,7 +247,7 @@ struct PhysicalTopologySource::Internal
bool isLockedFromOutside() const override
{
return lockedFromOutside;
return lockedFromOutside && ! findDevices().isEmpty();
}
static bool isBlocksMidiDeviceName (const juce::String& name)