This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
FileChooser: Ensure preview mouse interactions work when showing dialog on macOS
tags/2021-05-28
reuk
5 years ago
parent
6fd0baa759
commit
dd62aec528
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
modules/juce_gui_basics/native/juce_mac_FileChooser.mm
+ 3
- 0
modules/juce_gui_basics/native/juce_mac_FileChooser.mm
View File
@@ -171,6 +171,9 @@ public:
enterModalState (true);
[panel beginWithCompletionHandler:CreateObjCBlock (this, &Native::finished)];
if (preview != nullptr)
preview->toFront (true);
}
}
Write
Preview
Loading…
Cancel
Save