Skip to content

Commit

Permalink
Gtk3: Fix register not being drawn - item_edit still missing
Browse files Browse the repository at this point in the history
While the data is displayed the widget to edit the active cell isn't yet.
  • Loading branch information
gjanssens committed Apr 14, 2017
1 parent e5d2ab8 commit 3a76cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/register/register-gnome/gnucash-sheet-private.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3a76cb9

Please sign in to comment.