Browse Source

Made the Direct2D validate after painting

tags/2021-05-28
jules 7 years ago
parent
commit
a4c51494bf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/juce_gui_basics/native/juce_win32_Windowing.cpp

+ 1
- 0
modules/juce_gui_basics/native/juce_win32_Windowing.cpp View File

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


Loading…
Cancel
Save