mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[apps] In variable box controller, fix bug
Change-Id: I72d659b4a626de1530b444e4a8b02d291d655251
This commit is contained in:
@@ -26,6 +26,7 @@ View * VariableBoxController::ContentViewController::view() {
|
||||
|
||||
void VariableBoxController::ContentViewController::didBecomeFirstResponder() {
|
||||
m_selectableTableView.reloadData();
|
||||
m_selectableTableView.scrollToCell(0,0);
|
||||
m_selectableTableView.selectCellAtLocation(0, m_firstSelectedRow);
|
||||
app()->setFirstResponder(&m_selectableTableView);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user