Implement Flush() method for Cairo graphics context

wxCairoContext implementation for wxMSW and wxQT use internally helper surface so there is a need to flush it on demand.
This commit is contained in:
Artur Wieczorek
2016-09-08 19:15:27 +02:00
parent 83527e93d1
commit f68dad69cc
2 changed files with 18 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ All (GUI):
- Fix wxGCDC::Clear() for rotated graphics context.
- Fix wxGCDC::GetClippingBox() for transformed wxDC (MSW, GTK+).
- Add support for affine transformation matrix in wxGCDC.
- Add wxGraphicsContext::Flush() for Cairo renderer.
wxGTK: