'[1219035] cleanup: miscellaneous' and minor source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1294,7 +1294,7 @@ void wxDC::DoDrawBitmap(
|
||||
if (!IsKindOf(CLASSINFO(wxPrinterDC)))
|
||||
{
|
||||
HBITMAP hBitmap = (HBITMAP)rBmp.GetHBITMAP();
|
||||
HBITMAP hBitmapOld = NULLHANDLE;;
|
||||
HBITMAP hBitmapOld = NULLHANDLE;
|
||||
POINTL vPoint[4];
|
||||
|
||||
vY = OS2Y(vY,rBmp.GetHeight());
|
||||
|
Reference in New Issue
Block a user