macro-stepper: preserve underlining in highlights

This commit is contained in:
Ryan Culpepper 2010-06-09 14:04:17 -06:00
parent 3c2ce01a16
commit eb1a122888

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))