mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/home/controller] Remove dummy
This commit is contained in:
committed by
EmilieNumworks
parent
21907fb89a
commit
a124f456c6
@@ -80,8 +80,6 @@ bool Controller::handleEvent(Ion::Events::Event event) {
|
||||
void Controller::didBecomeFirstResponder() {
|
||||
if (m_selectionDataSource->selectedRow() == -1) {
|
||||
m_selectionDataSource->selectCellAtLocation(0, 0);
|
||||
} else {
|
||||
m_selectionDataSource->selectCellAtLocation(m_selectionDataSource->selectedColumn(), m_selectionDataSource->selectedRow());
|
||||
}
|
||||
app()->setFirstResponder(m_view.selectableTableView());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user