diff options
-rw-r--r-- | src/ui/documentwidget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c index 5dcdace6..541489c1 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c | |||
@@ -3706,8 +3706,8 @@ static void drawRun_DrawContext_(void *context, const iGmRun *run) { | |||
3706 | // &d->paint, addY_I2(bottomLeft_Rect(wideRect), -1), width_Rect(wideRect), frame); | 3706 | // &d->paint, addY_I2(bottomLeft_Rect(wideRect), -1), width_Rect(wideRect), frame); |
3707 | // } | 3707 | // } |
3708 | } | 3708 | } |
3709 | else { | 3709 | else if (run->linkId) { |
3710 | /* Normal background for other runs. */ | 3710 | /* Normal background for runs that may change appearance. */ |
3711 | fillRect_Paint(&d->paint, (iRect){ visPos, run->visBounds.size }, tmBackground_ColorId); | 3711 | fillRect_Paint(&d->paint, (iRect){ visPos, run->visBounds.size }, tmBackground_ColorId); |
3712 | } | 3712 | } |
3713 | } | 3713 | } |