mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Replace the thicker lower line for the cursor, removed by mistake
This commit is contained in:
parent
efe2aef6f4
commit
64d4ec3fd1
@ -707,6 +707,11 @@ gnucash_sheet_draw_cursor (GnucashCursor *cursor, cairo_t *cr)
|
|||||||
cairo_set_line_width (cr, 1.0);
|
cairo_set_line_width (cr, 1.0);
|
||||||
cairo_stroke (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_rel_line_to (cr, cursor->w, 0);
|
||||||
|
cairo_stroke (cr);
|
||||||
|
|
||||||
/* draw rectangle around the active cell */
|
/* draw rectangle around the active cell */
|
||||||
cairo_set_source_rgb (cr, fg_color->red, fg_color->green, fg_color->blue);
|
cairo_set_source_rgb (cr, fg_color->red, fg_color->green, fg_color->blue);
|
||||||
if (cc->x != 0)
|
if (cc->x != 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user