mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
NSViewComponentPeer: Fix typo that prevented graceful exit of kiosk mode
This commit is contained in:
parent
518240cd61
commit
9a6f925bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -2982,7 +2982,7 @@ void Desktop::setKioskComponent (Component* kioskComp, bool shouldBeEnabled, boo
|
|||
else if (! shouldBeEnabled)
|
||||
[NSApp setPresentationOptions: NSApplicationPresentationDefault];
|
||||
|
||||
peer->setFullScreen (true);
|
||||
peer->setFullScreen (shouldBeEnabled);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue