Fix a bug : resize date column for new operations (can be bold while other are not)
This commit is contained in:
parent
951793567a
commit
a3a3a8499f
|
@ -502,6 +502,7 @@ void GridAccount::InsertOperation(User* user, Operation& op, int line, bool fix,
|
|||
resizeColumnToContents(TREE);
|
||||
resizeColumnToContents(CATEGORY);
|
||||
resizeColumnToContents(TAG);
|
||||
resizeColumnToContents(OP_DATE);
|
||||
resizeColumnToContents(ACCOUNT);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user