Browse Source

Fixed a bug causing the Bluetooth MIDI pairing dialog to be invisible on iOS

tags/2021-05-28
ed 6 years ago
parent
commit
c57f028a01
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_utils/native/juce_ios_BluetoothMidiDevicePairingDialogue.mm

+ 1
- 1
modules/juce_audio_utils/native/juce_ios_BluetoothMidiDevicePairingDialogue.mm View File

@@ -51,7 +51,7 @@ public:
setBounds (bounds);
toFront (true);
setOpaque (! bounds.isEmpty());
setOpaque (true);
controller = [[CABTMIDICentralViewController alloc] init];
nativeSelectorComponent.setView ([controller view]);


Loading…
Cancel
Save