Make Performance Report highlighting high priority.
This commit is contained in:
parent
bb62ca4c2b
commit
7e9bf9361d
|
@ -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))]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user