summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui/documentwidget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c
index 9d60f86f..9b8340fb 100644
--- a/src/ui/documentwidget.c
+++ b/src/ui/documentwidget.c
@@ -3682,8 +3682,8 @@ static void drawRun_DrawContext_(void *context, const iGmRun *run) {
3682// &d->paint, addY_I2(bottomLeft_Rect(wideRect), -1), width_Rect(wideRect), frame); 3682// &d->paint, addY_I2(bottomLeft_Rect(wideRect), -1), width_Rect(wideRect), frame);
3683// } 3683// }
3684 } 3684 }
3685 else { 3685 else if (run->linkId) {
3686 /* Normal background for other runs. */ 3686 /* Normal background for runs that may change appearance. */
3687 fillRect_Paint(&d->paint, (iRect){ visPos, run->visBounds.size }, tmBackground_ColorId); 3687 fillRect_Paint(&d->paint, (iRect){ visPos, run->visBounds.size }, tmBackground_ColorId);
3688 } 3688 }
3689 } 3689 }