mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +00:00
iOS: Fixed ContentSharer native window visibility
This commit is contained in:
parent
14eebfb85a
commit
f85d362c9f
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ private:
|
|||
setBounds (bounds);
|
||||
|
||||
setAlwaysOnTop (true);
|
||||
setVisible (true);
|
||||
addToDesktop (0);
|
||||
|
||||
enterModalState (true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue