mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[calculation] IllustratedListController: fix first responder when
IllustratedListController becomes first responder
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user