macro-stepper: preserve underlining in highlights
This commit is contained in:
parent
3c2ce01a16
commit
eb1a122888
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user