Forgot to update statistics after a transfert dialog

This commit is contained in:
Grégory Soutadé 2019-01-29 19:30:48 +01:00
parent fa9f7497f5
commit 1fbb920cb3
1 changed files with 2 additions and 0 deletions

View File

@ -1693,6 +1693,8 @@ void GridAccount::OnCtrlT(void)
setRangeSelected(QTableWidgetSelectionRange(selected[0].row(), 0, selected[0].row()+1, 0), true);
Group();
}
_kiss->UpdateStats();
}
}