From 0a487c2d6f59e7719aad82a900b8e9d518679cdf Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 4 Jul 1996 22:12:25 +0000 Subject: [PATCH] fixed colors for parens original commit: e01db53017f5e2344b298073b64c68ddccb45ec0 --- collects/mred/edit.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mred/edit.ss b/collects/mred/edit.ss index b3e4e95a..5706d2ec 100644 --- a/collects/mred/edit.ss +++ b/collects/mred/edit.ss @@ -384,7 +384,7 @@ (send brush set-style wx:const-solid) (send pen set-colour color) (send brush set-colour color) - (send dc set-logical-function wx:const-or-reverse)] + (send dc set-logical-function wx:const-and-invert)] [b/w-bitmap (send pen set-stipple b/w-bitmap) (send brush set-stipple b/w-bitmap)]