change int->wxRasterOperationMode was omitted at one location
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1219,7 +1219,7 @@ bool wxWindowDCImpl::DoBlit( wxCoord xdest, wxCoord ydest,
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
int old_logical_func = m_logicalFunction;
|
wxRasterOperationMode old_logical_func = m_logicalFunction;
|
||||||
SetLogicalFunction( logical_func );
|
SetLogicalFunction( logical_func );
|
||||||
|
|
||||||
if (use_bitmap_method)
|
if (use_bitmap_method)
|
||||||
|
Reference in New Issue
Block a user