1
0
Fork 0
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:
reuk 2020-10-19 17:42:43 +01:00
parent 6fd0baa759
commit dd62aec528

View file

@ -171,6 +171,9 @@ public:
enterModalState (true);
[panel beginWithCompletionHandler:CreateObjCBlock (this, &Native::finished)];
if (preview != nullptr)
preview->toFront (true);
}
}