1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00

Fixed a typo in the RTAS code.

This commit is contained in:
jules 2013-09-17 10:52:49 +01:00
parent 94da373c31
commit 00b388fbf3

View file

@ -69,7 +69,7 @@ void* attachSubWindow (void* hostWindowRef, Component* comp)
f.size.height = comp->getHeight();
[content setFrame: f];
const int mainScreenHeight = getMainScreenHeight();
const int mainScreenHeight = [[[NSScreen screens] objectAtIndex: 0] frame].size.height;
#if WINDOWPOSITION_BODGE
{