Browse Source

Fixed a typo in the RTAS code.

tags/2021-05-28
jules 12 years ago
parent
commit
00b388fbf3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_plugin_client/RTAS/juce_RTAS_MacUtilities.mm

+ 1
- 1
modules/juce_audio_plugin_client/RTAS/juce_RTAS_MacUtilities.mm 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
{


Loading…
Cancel
Save