[apps/calculations] Fix selection error

Change-Id: Iee7c65e1079acb729a490d7dd92a7be04789dcbe
This commit is contained in:
Émilie Feral
2017-05-29 19:53:03 +02:00
parent 6b136d8378
commit 1d0658141a

View File

@@ -77,6 +77,7 @@ bool HistoryController::handleEvent(Ion::Events::Event event) {
return true;
}
if (event == Ion::Events::Clear) {
selectableTableView()->deselectTable();
m_calculationStore->deleteAll();
reload();
app()->setFirstResponder(parentResponder());