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