No real change.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -898,7 +898,7 @@ bool wxWindowDC::DoBlit( wxCoord xdest, wxCoord ydest,
|
||||
source->LogicalToDeviceXRel(width),
|
||||
source->LogicalToDeviceYRel(height),
|
||||
XLOG2DEV_2 (xdest), YLOG2DEV_2 (ydest),
|
||||
true, &cache);
|
||||
True, &cache);
|
||||
|
||||
if ( useMask && source->IsKindOf(CLASSINFO(wxMemoryDC)) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user