summaryrefslogtreecommitdiff
path: root/src/ui/documentwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/documentwidget.c')
-rw-r--r--src/ui/documentwidget.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c
index 43850043..3a03dce6 100644
--- a/src/ui/documentwidget.c
+++ b/src/ui/documentwidget.c
@@ -2692,8 +2692,7 @@ static void drawRun_DrawContext_(void *context, const iGmRun *run) {
2692 height_Rect(run->visBounds), 2692 height_Rect(run->visBounds),
2693 tmQuoteIcon_ColorId); 2693 tmQuoteIcon_ColorId);
2694 } 2694 }
2695 drawRange_Text(run->font, visPos, fg, run->text); 2695 drawBoundRange_Text(run->font, visPos, width_Rect(run->bounds), fg, run->text);
2696// printf("{%s}\n", cstr_Rangecc(run->text));
2697 runDrawn:; 2696 runDrawn:;
2698 } 2697 }
2699 /* Presentation of links. */ 2698 /* Presentation of links. */