From 1d0658141aef7194035e6495dfb6930289e30d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Mon, 29 May 2017 19:53:03 +0200 Subject: [PATCH] [apps/calculations] Fix selection error Change-Id: Iee7c65e1079acb729a490d7dd92a7be04789dcbe --- apps/calculation/history_controller.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/calculation/history_controller.cpp b/apps/calculation/history_controller.cpp index 1594a09b9..2a79b37f3 100644 --- a/apps/calculation/history_controller.cpp +++ b/apps/calculation/history_controller.cpp @@ -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());