diff --git a/modules/juce_gui_basics/native/juce_UIViewComponentPeer_ios.mm b/modules/juce_gui_basics/native/juce_UIViewComponentPeer_ios.mm index c5db8159d4..b72a86122a 100644 --- a/modules/juce_gui_basics/native/juce_UIViewComponentPeer_ios.mm +++ b/modules/juce_gui_basics/native/juce_UIViewComponentPeer_ios.mm @@ -2198,6 +2198,8 @@ void UIViewComponentPeer::displayLinkCallback() for (const auto& r : deferredRepaints) [view setNeedsDisplayInRect: convertToCGRect (r)]; + + deferredRepaints.clear(); } //==============================================================================