Fix horizontal line that gets drawn from the last ACK to the r.h. edge

of the graph (when the last SN hasn't been acknowledged).

svn path=/trunk/; revision=43910
This commit is contained in:
Martin Mathieson 2012-07-22 05:13:49 +00:00
parent c86f69801f
commit 21f096d984
1 changed files with 1 additions and 1 deletions

View File

@ -2590,7 +2590,7 @@ static void rlc_lte_make_elmtlist(struct graph *g)
e0->elment_color_p = &g->style.ack_color[0];
e0->p.line.dim.x1 = previous_status_x;
e0->p.line.dim.y1 = previous_status_y;
e0->p.line.dim.x2 = previous_data_x;
e0->p.line.dim.x2 = g->bounds.width * g->zoom.x; /* right edge of graph area */
e0->p.line.dim.y2 = previous_status_y;
e0++;
}