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:
parent
94da373c31
commit
00b388fbf3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue