[calculation] IllustratedListController: fix first responder when

IllustratedListController becomes first responder
This commit is contained in:
Émilie Feral
2019-11-22 09:54:04 +01:00
committed by Léa Saviot
parent 24873ef730
commit 52ac7b1a94

View File

@@ -18,7 +18,6 @@ IllustratedListController::ListController::ListController(IllustratedListControl
void IllustratedListController::ListController::didBecomeFirstResponder() {
m_selectableTableView.reloadData();
m_selectableTableView.selectCellAtLocation(0, 1);
Container::activeApp()->setFirstResponder(&m_selectableTableView);
}
/* Illustrated list controller */