From 2d63583fbabcfa6e8e284c6e89d8cf1e76269087 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 11 May 2008 23:19:58 +0000 Subject: [PATCH] don't blit more than necessary in wxBufferedDC::UnMask() (patch 1943622) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index b440c28a81..bd74297e8b 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -324,6 +324,7 @@ All (GUI): from any window class, not just wxPanel. - Allow having menu separators with ids != wxID_SEPARATOR (Jeff Tupper) - Fix appending items to sorted wxComboCtrl after creation (Jaakko Salli) +- Don't blit area larger than necessary in wxBufferedDC::UnMask (Liang Jian) wxGTK: -- 2.45.2