mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Do not copy the colour and so prevent form having to free it
This commit is contained in:
parent
6d2bc5b0a9
commit
fd0cc1fe7d
@ -418,7 +418,7 @@ draw_cell (GnucashSheet *sheet,
|
||||
|
||||
gdk_rgba_parse (&color, "black");
|
||||
gnc_style_context_get_background_color (stylectxt, GTK_STATE_FLAG_NORMAL, &color);
|
||||
bg_color = gdk_rgba_copy (&color);
|
||||
bg_color = &color;
|
||||
|
||||
get_cell_borders (sheet, virt_loc, &borders);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user