Made listctrl header BG grey again
mapped XOR to GdkInvert and vice versa No more EVT_TEXT after SetValue() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -974,7 +974,7 @@ void wxWindowDC::SetLogicalFunction( int function )
|
||||
switch (function)
|
||||
{
|
||||
case wxXOR: mode = GDK_INVERT; break;
|
||||
case wxINVERT: mode = GDK_INVERT; break;
|
||||
case wxINVERT: mode = GDK_XOR; break;
|
||||
#if (GDK_MINOR_VERSION > 0)
|
||||
case wxOR_REVERSE: mode = GDK_OR_REVERSE; break;
|
||||
case wxAND_REVERSE: mode = GDK_AND_REVERSE; break;
|
||||
|
Reference in New Issue
Block a user