mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-25 00:40:55 +00:00
Fix highlighting difference values
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@40251 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
face0f534b
commit
05a19bdf42
1 changed files with 1 additions and 1 deletions
|
@ -1221,7 +1221,7 @@ _set_op(cairo_t *ct, NSCompositingOperation op)
|
|||
if (GSCompositeHighlight == op)
|
||||
{
|
||||
cairo_set_operator(_ct, CAIRO_OPERATOR_DIFFERENCE);
|
||||
cairo_set_source_rgb(_ct, 1, 1, 1);
|
||||
cairo_set_source_rgb(_ct, 0.25, 0.25, 0.25);
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue