mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change the line position to make double thickness line on cursor
Move the second line to above the normal one so that it is visible when there is a full height sheet
This commit is contained in:
parent
6eeea6fb02
commit
c3c01f4681
@ -707,8 +707,9 @@ 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 - 1.5);
|
||||
cairo_move_to (cr, cursor->x - x + 0.5, cursor->y - y + cursor->h - 3.5);
|
||||
cairo_rel_line_to (cr, cursor->w, 0);
|
||||
cairo_set_line_width (cr, 1.0);
|
||||
cairo_stroke (cr);
|
||||
|
||||
/* draw rectangle around the active cell */
|
||||
|
Loading…
Reference in New Issue
Block a user