mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Return the vertical split borders to light
This commit is contained in:
parent
54677d37c4
commit
64b9872e36
@ -746,8 +746,13 @@ gnc_split_register_get_border (VirtualLocation virt_loc,
|
||||
{
|
||||
borders->top = CELL_BORDER_LINE_LIGHT;
|
||||
borders->bottom = CELL_BORDER_LINE_LIGHT;
|
||||
borders->left = MIN (borders->left, CELL_BORDER_LINE_NORMAL);
|
||||
borders->right = MIN (borders->right, CELL_BORDER_LINE_NORMAL);
|
||||
borders->left = MIN (borders->left, CELL_BORDER_LINE_LIGHT);
|
||||
borders->right = MIN (borders->right, CELL_BORDER_LINE_LIGHT);
|
||||
|
||||
if (virt_loc.phys_col_offset == vcell->cellblock->start_col)
|
||||
borders->left = CELL_BORDER_LINE_NORMAL;
|
||||
if (virt_loc.phys_col_offset == vcell->cellblock->stop_col)
|
||||
borders->right = CELL_BORDER_LINE_NORMAL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user