summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gmdocument.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index 6ea9348e..466169fc 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -713,7 +713,7 @@ static void doLayout_GmDocument_(iGmDocument *d) {
713 } 713 }
714 } 714 }
715 /* Visited links are never bold. */ 715 /* Visited links are never bold. */
716 if (run.linkId && linkFlags_GmDocument(d, run.linkId) & visited_GmLinkFlag) { 716 if (!isMono && run.linkId && linkFlags_GmDocument(d, run.linkId) & visited_GmLinkFlag) {
717 run.font = paragraph_FontId; 717 run.font = paragraph_FontId;
718 } 718 }
719 iAssert(!isEmpty_Range(&runLine)); /* must have something at this point */ 719 iAssert(!isEmpty_Range(&runLine)); /* must have something at this point */