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:
parent
4abb374e4d
commit
0c8701abdb
@ -1219,7 +1219,7 @@ bool wxWindowDCImpl::DoBlit( wxCoord xdest, wxCoord ydest,
|
||||
return true;
|
||||
}
|
||||
|
||||
int old_logical_func = m_logicalFunction;
|
||||
wxRasterOperationMode old_logical_func = m_logicalFunction;
|
||||
SetLogicalFunction( logical_func );
|
||||
|
||||
if (use_bitmap_method)
|
||||
|
Loading…
Reference in New Issue
Block a user