Browse Source

iOS: Fix a constant redrawing bug

v7.0.9
Tom Poole 2 years ago
parent
commit
1fbfeb6039
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_gui_basics/native/juce_UIViewComponentPeer_ios.mm

+ 2
- 0
modules/juce_gui_basics/native/juce_UIViewComponentPeer_ios.mm View File

@@ -2198,6 +2198,8 @@ void UIViewComponentPeer::displayLinkCallback()
for (const auto& r : deferredRepaints)
[view setNeedsDisplayInRect: convertToCGRect (r)];
deferredRepaints.clear();
}
//==============================================================================


Loading…
Cancel
Save