This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
AUv3: use 'UIViewContentMode' for nicer resizing
tags/2021-05-28
Dimitri Sudell
hogliux
7 years ago
parent
736a07e4ce
commit
2ff4d858c6
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm
+ 5
- 0
modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm
View File
@@ -1677,6 +1677,11 @@ public:
#endif
editor->addToDesktop (0, view);
#if JUCE_IOS
if (JUCE_IOS_MAC_VIEW* peerView = [[[myself view] subviews] objectAtIndex: 0])
[peerView setContentMode: UIViewContentModeTop];
#endif
}
}
}
Write
Preview
Loading…
Cancel
Save