mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Redraw the header after size allocation of the sheet.
If the horizontal scrollbar is visible, the header foreground colour is wrong so add a redraw of the header at the end of the allocate.
This commit is contained in:
@@ -1118,7 +1118,7 @@ gnucash_sheet_size_allocate (GtkWidget *widget, GtkAllocation *allocation)
|
|||||||
gnucash_sheet_show_row (sheet,
|
gnucash_sheet_show_row (sheet,
|
||||||
virt_loc.vcell_loc.virt_row);
|
virt_loc.vcell_loc.virt_row);
|
||||||
}
|
}
|
||||||
|
gnc_header_request_redraw (GNC_HEADER(sheet->header_item));
|
||||||
LEAVE(" ");
|
LEAVE(" ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user