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 93297c70..891d8588 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c | |||
@@ -3216,8 +3216,8 @@ static void drawRun_DrawContext_(void *context, const iGmRun *run) { | |||
3216 | } | 3216 | } |
3217 | } | 3217 | } |
3218 | } | 3218 | } |
3219 | drawRect_Paint(&d->paint, (iRect){ visPos, run->bounds.size }, green_ColorId); | 3219 | // drawRect_Paint(&d->paint, (iRect){ visPos, run->bounds.size }, green_ColorId); |
3220 | drawRect_Paint(&d->paint, (iRect){ visPos, run->visBounds.size }, red_ColorId); | 3220 | // drawRect_Paint(&d->paint, (iRect){ visPos, run->visBounds.size }, red_ColorId); |
3221 | } | 3221 | } |
3222 | 3222 | ||
3223 | static int drawSideRect_(iPaint *p, iRect rect) { | 3223 | static int drawSideRect_(iPaint *p, iRect rect) { |