From 003cb8a9ce2959760381dea341545e3f58dbfe8d Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Fri, 14 Apr 2017 18:31:26 +0200 Subject: [PATCH] Document recent wxMemoryDC::Blit() fix in changelog Document changes introduced in 0ac0f4b259. --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index c6619388bc..6b30850cc9 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -147,6 +147,7 @@ wxGTK: - Fix wxBitmap ctor from XBM for non-square bitmaps. - Fix wxDC::GetClippingBox() for transformed wxDC. - Add support for affine transformation matrix in wxDC (GTK+ 3). +- Fix wxMemoryDC::Blit() with itself as source (GTK+ 3). wxMSW: