]> git.saurik.com Git - wxWidgets.git/commitdiff
Set logical functions to wxCOPY, no -1.
authorRobert Roebling <robert@roebling.de>
Mon, 21 Feb 2000 14:13:08 +0000 (14:13 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 21 Feb 2000 14:13:08 +0000 (14:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dc.h

index 1c2ddf548f16799820a99601f0e32d8eb120cf19..551e35da347461c6f5f0ca759c412367fc00a42b 100644 (file)
@@ -60,7 +60,7 @@ public:
         m_userScaleX = m_userScaleY =
         m_scaleX = m_scaleY = 1.0;
 
-        m_logicalFunction = -1;
+        m_logicalFunction = wxCOPY;
 
         m_backgroundMode = wxTRANSPARENT;