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
This commit is contained in:
Vadim Zeitlin 2008-05-11 23:19:58 +00:00
parent b6819de8da
commit 2d63583fba

View 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: