mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
FileChooser: Ensure preview mouse interactions work when showing dialog on macOS
This commit is contained in:
parent
6fd0baa759
commit
dd62aec528
1 changed files with 3 additions and 0 deletions
|
|
@ -171,6 +171,9 @@ public:
|
|||
|
||||
enterModalState (true);
|
||||
[panel beginWithCompletionHandler:CreateObjCBlock (this, &Native::finished)];
|
||||
|
||||
if (preview != nullptr)
|
||||
preview->toFront (true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue