1
0
Fork 0
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:
ed 2019-10-03 17:33:31 +01:00
parent 6626b96474
commit c57f028a01

View file

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