1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00

Fixed a warning on iOS

This commit is contained in:
ed 2019-10-03 17:33:48 +01:00
parent c57f028a01
commit 1ff99ecea6

View file

@ -609,8 +609,6 @@ UIViewComponentPeer::UIViewComponentPeer (Component& comp, const int windowStyle
window.windowLevel = UIWindowLevelAlert;
view.frame = CGRectMake (0, 0, r.size.width, r.size.height);
[window addSubview: view];
}
setTitle (component.getName());