mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Avoided an inputAttemptWhenModal callback on OSX when making windows visible.
This commit is contained in:
parent
e5e24fd541
commit
9f1dd01625
1 changed files with 2 additions and 0 deletions
|
|
@ -202,7 +202,9 @@ public:
|
|||
{
|
||||
if (shouldBeVisible)
|
||||
{
|
||||
++insideToFrontCall;
|
||||
[window orderFront: nil];
|
||||
--insideToFrontCall;
|
||||
handleBroughtToFront();
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue