mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #617558 - Header in register doesn't clear properly in double-line mode when switching from transaction to split, patch by Alex Aycinena
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19097 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8ca34d6f05
commit
a5568448cf
@ -230,8 +230,8 @@ gnc_header_request_redraw (GncHeader *header)
|
||||
return;
|
||||
|
||||
gnome_canvas_request_redraw (canvas, 0, 0,
|
||||
header->style->dimensions->width + 1,
|
||||
header->style->dimensions->height + 1);
|
||||
header->width + 1,
|
||||
header->height + 1);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user