1
0
Fork 0
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:
jules 2014-03-14 18:59:40 +00:00
parent e5e24fd541
commit 9f1dd01625

View file

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