mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Gtk3: Fix register not being drawn - item_edit still missing
While the data is displayed the widget to edit the active cell isn't yet.
This commit is contained in:
parent
e5d2ab8dc5
commit
3a76cb91f1
@ -636,8 +636,8 @@ gnucash_sheet_draw_internal (GnucashSheet* sheet, cairo_t* cr,
|
|||||||
{
|
{
|
||||||
VirtualLocation virt_loc;
|
VirtualLocation virt_loc;
|
||||||
SheetBlock *sheet_block;
|
SheetBlock *sheet_block;
|
||||||
int x = alloc->x;
|
int x = 0;
|
||||||
int y = alloc->y;
|
int y = 0;
|
||||||
int width = alloc->width;
|
int width = alloc->width;
|
||||||
int height = alloc->height;
|
int height = alloc->height;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user