From: Robert Roebling Date: Mon, 21 Feb 2000 14:13:08 +0000 (+0000) Subject: Set logical functions to wxCOPY, no -1. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/78066fbfd4a3bdccaedb2df3dee08eee5330e159 Set logical functions to wxCOPY, no -1. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dc.h b/include/wx/dc.h index 1c2ddf548f..551e35da34 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -60,7 +60,7 @@ public: m_userScaleX = m_userScaleY = m_scaleX = m_scaleY = 1.0; - m_logicalFunction = -1; + m_logicalFunction = wxCOPY; m_backgroundMode = wxTRANSPARENT;