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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user