mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Fixed a warning on iOS
This commit is contained in:
parent
c57f028a01
commit
1ff99ecea6
1 changed files with 0 additions and 2 deletions
|
|
@ -609,8 +609,6 @@ UIViewComponentPeer::UIViewComponentPeer (Component& comp, const int windowStyle
|
||||||
window.windowLevel = UIWindowLevelAlert;
|
window.windowLevel = UIWindowLevelAlert;
|
||||||
|
|
||||||
view.frame = CGRectMake (0, 0, r.size.width, r.size.height);
|
view.frame = CGRectMake (0, 0, r.size.width, r.size.height);
|
||||||
|
|
||||||
[window addSubview: view];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
setTitle (component.getName());
|
setTitle (component.getName());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue