Macro stepper: changed apparent binding arrow color to match syncheck

svn: r5679

original commit: 469e6f65ccfa7e753a97ce98568f011903cb6d15
This commit is contained in:
Ryan Culpepper 2007-02-23 22:02:40 +00:00
parent a2bd880bbb
commit 8cb207118a

View File

@ -114,7 +114,7 @@
(send -text add-arrow (send -text add-arrow
(car id-r) (cdr id-r) (car id-r) (cdr id-r)
(car binder-r) (cdr binder-r) (car binder-r) (cdr binder-r)
"blue")) "purple"))
(send range get-ranges id))) (send range get-ranges id)))
(send range get-ranges binder))))) (send range get-ranges binder)))))
(send colorer get-identifier-list)))) (send colorer get-identifier-list))))