Browse Source

Avoided an inputAttemptWhenModal callback on OSX when making windows visible.

tags/2021-05-28
jules 12 years ago
parent
commit
9f1dd01625
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm

+ 2
- 0
modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm View File

@@ -202,7 +202,9 @@ public:
{
if (shouldBeVisible)
{
++insideToFrontCall;
[window orderFront: nil];
--insideToFrontCall;
handleBroughtToFront();
}
else


Loading…
Cancel
Save