Browse Source

FileChooser: Ensure preview mouse interactions work when showing dialog on macOS

tags/2021-05-28
reuk 5 years ago
parent
commit
dd62aec528
1 changed files with 3 additions and 0 deletions
  1. +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);
}
}


Loading…
Cancel
Save