Browse Source

iOS: Fixed ContentSharer native window visibility

tags/2021-05-28
ed 4 years ago
parent
commit
f85d362c9f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp

+ 1
- 0
modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp View File

@@ -124,6 +124,7 @@ private:
setBounds (bounds);
setAlwaysOnTop (true);
setVisible (true);
addToDesktop (0);
enterModalState (true,


Loading…
Cancel
Save