diff --git a/modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm b/modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm index f16153c77a..4a5e36adaa 100644 --- a/modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm +++ b/modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm @@ -261,7 +261,9 @@ public: else { [window setFrame: [window frameRectForContentRect: flippedScreenRect (r)] - display: true]; + display: false]; + + [view setNeedsDisplay: true]; } }