Set logical functions to wxCOPY, no -1.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2000-02-21 14:13:08 +00:00
parent 5456b91616
commit 78066fbfd4

View 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;