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:
Geert Janssens 2017-04-11 18:27:22 +02:00
parent e5d2ab8dc5
commit 3a76cb91f1

View File

@ -636,8 +636,8 @@ gnucash_sheet_draw_internal (GnucashSheet* sheet, cairo_t* cr,
{
VirtualLocation virt_loc;
SheetBlock *sheet_block;
int x = alloc->x;
int y = alloc->y;
int x = 0;
int y = 0;
int width = alloc->width;
int height = alloc->height;