1
0
Fork 0
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:
jules 2018-05-19 11:42:48 +01:00
parent c5be8e0722
commit a4c51494bf

View file

@ -1967,6 +1967,7 @@ private:
direct2DContext->clipToRectangle (rectangleFromRECT (r));
handlePaint (*direct2DContext);
direct2DContext->end();
ValidateRect (hwnd, &r);
}
}
else