Browse Source

Fixed a warning on iOS

tags/2021-05-28
ed 5 years ago
parent
commit
1ff99ecea6
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm

+ 0
- 2
modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm 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());


Loading…
Cancel
Save