mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +00:00
iOS: Fix a constant redrawing bug
This commit is contained in:
parent
50518ee618
commit
1fbfeb6039
1 changed files with 2 additions and 0 deletions
|
|
@ -2198,6 +2198,8 @@ void UIViewComponentPeer::displayLinkCallback()
|
|||
|
||||
for (const auto& r : deferredRepaints)
|
||||
[view setNeedsDisplayInRect: convertToCGRect (r)];
|
||||
|
||||
deferredRepaints.clear();
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue