diff options
Diffstat (limited to 'trace-graph.c')
-rw-r--r-- | trace-graph.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/trace-graph.c b/trace-graph.c index 76420d6..226c893 100644 --- a/trace-graph.c +++ b/trace-graph.c | |||
@@ -1644,7 +1644,6 @@ static gint draw_plot_line(struct graph_info *ginfo, int i, | |||
1644 | gint y; | 1644 | gint y; |
1645 | 1645 | ||
1646 | x = convert_time_to_x(ginfo, time); | 1646 | x = convert_time_to_x(ginfo, time); |
1647 | /* y = (small) ? PLOT_BOX_TOP(i) : PLOT_TOP(i); */ | ||
1648 | y = PLOT_TOP(i); | 1647 | y = PLOT_TOP(i); |
1649 | 1648 | ||
1650 | if (!small || is_high_res(ginfo)) { | 1649 | if (!small || is_high_res(ginfo)) { |
@@ -1696,7 +1695,7 @@ static void draw_plot_box(struct graph_info *ginfo, int i, | |||
1696 | fill, | 1695 | fill, |
1697 | x1, y, | 1696 | x1, y, |
1698 | x2 - x1, size); | 1697 | x2 - x1, size); |
1699 | if (is_high_res(ginfo)) { | 1698 | if (!thin && is_high_res(ginfo)) { |
1700 | gdk_draw_rectangle(ginfo->curr_pixmap, | 1699 | gdk_draw_rectangle(ginfo->curr_pixmap, |
1701 | ginfo->draw->style->black_gc, | 1700 | ginfo->draw->style->black_gc, |
1702 | FALSE, | 1701 | FALSE, |