mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
Fixed a bug causing the Bluetooth MIDI pairing dialog to be invisible on iOS
This commit is contained in:
parent
6626b96474
commit
c57f028a01
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ public:
|
|||
setBounds (bounds);
|
||||
|
||||
toFront (true);
|
||||
setOpaque (! bounds.isEmpty());
|
||||
setOpaque (true);
|
||||
|
||||
controller = [[CABTMIDICentralViewController alloc] init];
|
||||
nativeSelectorComponent.setView ([controller view]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue