Fix a bug : resize date column for new operations (can be bold while other are not)

This commit is contained in:
Grégory Soutadé 2018-10-03 17:51:49 +02:00
parent 951793567a
commit a3a3a8499f
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}