Make Performance Report highlighting high priority.

This commit is contained in:
Vincent St-Amour 2011-09-07 18:01:41 -04:00
parent bb62ca4c2b
commit 7e9bf9361d

View File

@ -42,7 +42,7 @@
(let ([color (if (= badness 0)
"lightgreen"
(vector-ref color-table badness))])
(send this highlight-range start end color)
(send this highlight-range start end color #f 'high)
(send this set-clickback start end (popup-callback l))
;; record highlight to undo it later
(list start end color))]))