mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[apps/graph/values] Reload table when table view become first
responder Change-Id: I46d7c832275642a7aeafcb1004d8e6d1678ea60f
This commit is contained in:
committed by
Romain Goyet
parent
d14107b2bc
commit
086cda53c7
@@ -112,6 +112,7 @@ void ValuesController::setActiveCell(int i, int j) {
|
||||
}
|
||||
|
||||
void ValuesController::didBecomeFirstResponder() {
|
||||
m_tableView.reloadData();
|
||||
setSelectedButton(-1);
|
||||
if (m_activeCellY == -1) {
|
||||
setActiveCell(0,0);
|
||||
|
||||
Reference in New Issue
Block a user