mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06: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:
parent
91c8a56eaa
commit
2c5f1aa59b
@ -1118,7 +1118,7 @@ gnucash_sheet_size_allocate (GtkWidget *widget, GtkAllocation *allocation)
|
||||
gnucash_sheet_show_row (sheet,
|
||||
virt_loc.vcell_loc.virt_row);
|
||||
}
|
||||
|
||||
gnc_header_request_redraw (GNC_HEADER(sheet->header_item));
|
||||
LEAVE(" ");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user