diff options
Diffstat (limited to 'trace-graph.c')
-rw-r--r-- | trace-graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-graph.c b/trace-graph.c index d309bc8..d8367ae 100644 --- a/trace-graph.c +++ b/trace-graph.c | |||
@@ -1695,7 +1695,7 @@ static void draw_plot_box(struct graph_info *ginfo, int i, | |||
1695 | fill, | 1695 | fill, |
1696 | x1, y, | 1696 | x1, y, |
1697 | x2 - x1, size); | 1697 | x2 - x1, size); |
1698 | if (!thin && is_high_res(ginfo)) { | 1698 | if (!thin && fill && is_high_res(ginfo)) { |
1699 | gdk_draw_rectangle(ginfo->curr_pixmap, | 1699 | gdk_draw_rectangle(ginfo->curr_pixmap, |
1700 | ginfo->draw->style->black_gc, | 1700 | ginfo->draw->style->black_gc, |
1701 | FALSE, | 1701 | FALSE, |