X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90c0f5a958242295e950cbd1eedbae8f5309442d..226de48a85fdfc8ada9c5fa942f94eecc7dc7f8c:/src/os2/notebook.cpp?ds=inline diff --git a/src/os2/notebook.cpp b/src/os2/notebook.cpp index 35513ca1e9..ee9b6810eb 100644 --- a/src/os2/notebook.cpp +++ b/src/os2/notebook.cpp @@ -318,7 +318,7 @@ bool wxNotebook::SetPageImage ( return (bool)::WinSendMsg( GetHWND() ,BKM_SETTABBITMAP ,MPFROMLONG((ULONG)m_alPageId[nPage]) - ,(MPARAM)vBitmap.GetHBITMAP() + ,(MPARAM)wxFlipBmp(vBitmap.GetHBITMAP()) ); } // end of wxNotebook::SetPageImage