added alpha support to wxImage::Paste() (patch 1883497, bug 1831612)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-02-09 15:32:04 +00:00
parent d05d5c1687
commit 1988baa62b
2 changed files with 21 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ All (GUI):
charset in ANSI build.
- wxGrid now indicates focus by using different colour for selection
and hiding cell cursor when it doesn't have focus.
- Added alpha support to wxImage::Paste() (Steven Van Ingelgem)
All (Unix):