Change the position of the double row on the cursor

Move the double row down to bottom border + 1 line so it does not
interfere with the cursor cells.
pull/186/head
Robert Fewell 9 years ago
parent 948ba2ba04
commit 6ffe5ec77c

@ -701,7 +701,7 @@ gnucash_sheet_draw_cursor (GnucashCursor *cursor, cairo_t *cr)
cairo_stroke (cr);
// make the bottom line thicker
cairo_move_to (cr, cursor->x - x + 0.5, cursor->y - y + cursor->h - 3.5);
cairo_move_to (cr, cursor->x - x + 0.5, cursor->y - y + cursor->h - 1.5);
cairo_rel_line_to (cr, cursor->w, 0);
cairo_set_line_width (cr, 1.0);
cairo_stroke (cr);

Loading…
Cancel
Save