mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Made the Direct2D validate after painting
This commit is contained in:
parent
c5be8e0722
commit
a4c51494bf
1 changed files with 1 additions and 0 deletions
|
|
@ -1967,6 +1967,7 @@ private:
|
|||
direct2DContext->clipToRectangle (rectangleFromRECT (r));
|
||||
handlePaint (*direct2DContext);
|
||||
direct2DContext->end();
|
||||
ValidateRect (hwnd, &r);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue