Added deep copy of bitmaps.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2006-11-04 18:52:56 +00:00
parent c98826242f
commit a4e15a8d05
3 changed files with 11 additions and 9 deletions

View File

@@ -337,7 +337,7 @@ bool wxNotebook::SetPageImage (
return (bool)::WinSendMsg( GetHWND()
,BKM_SETTABBITMAP
,MPFROMLONG((ULONG)m_alPageId[nPage])
,(MPARAM)wxFlipBmp(vBitmap.GetHBITMAP())
,(MPARAM)wxCopyBmp(vBitmap.GetHBITMAP(), true)
);
} // end of wxNotebook::SetPageImage