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:
parent
b3a1d56eba
commit
49ef70cc0d
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ struct PhysicalTopologySource::Internal
|
|||
|
||||
bool isLockedFromOutside() const override
|
||||
{
|
||||
return lockedFromOutside;
|
||||
return lockedFromOutside && ! findDevices().isEmpty();
|
||||
}
|
||||
|
||||
static bool isBlocksMidiDeviceName (const juce::String& name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue