]> git.saurik.com Git - wxWidgets.git/commitdiff
don't blit more than necessary in wxBufferedDC::UnMask() (patch 1943622)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 May 2008 23:19:58 +0000 (23:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 May 2008 23:19:58 +0000 (23:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index b440c28a8123e5f7073105835fab58ba889e4c63..bd74297e8bdf8fb5d51ea8cba1c5c87e2cd623a6 100644 (file)
@@ -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: