macro-stepper: preserve underlining in highlights

original commit: eb1a1228881f33b36e045e7c46a704198d3252d9
This commit is contained in:
Ryan Culpepper 2010-06-09 14:04:17 -06:00
parent ed46c25db5
commit 50d21a212d

View File

@ -368,7 +368,7 @@
(if translate-color? (translate-color raw-color) raw-color))) (if translate-color? (translate-color raw-color) raw-color)))
(when em? (send sd set-weight-on 'bold)) (when em? (send sd set-weight-on 'bold))
(unless em? (unless em?
(send sd set-underlined-off #t) ;; (send sd set-underlined-off #t)
(send sd set-weight-off 'bold)) (send sd set-weight-off 'bold))
sd)) sd))