mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/calculation] Correct bug: set the right cell first responder
Change-Id: Iafee70a6a3bcf59c60efb4575b044b19fa5c1db4
This commit is contained in:
@@ -55,6 +55,10 @@ bool SelectableTableView::selectCellAtLocation(int i, int j) {
|
||||
return true;
|
||||
}
|
||||
|
||||
TableViewCell * SelectableTableView::selectedCell() {
|
||||
return cellAtLocation(m_selectedCellX, m_selectedCellY);
|
||||
}
|
||||
|
||||
bool SelectableTableView::handleEvent(Ion::Events::Event event) {
|
||||
switch (event) {
|
||||
case Ion::Events::Event::DOWN_ARROW:
|
||||
|
||||
Reference in New Issue
Block a user