mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[apps/graph/list] Correct how switch view is updated
Change-Id: Iabe467f102d7e9f4beb36d48aac0ed86edbf0aff
This commit is contained in:
@@ -77,9 +77,8 @@ bool ParameterController::handleEnter() {
|
||||
}
|
||||
case 1:
|
||||
{
|
||||
SwitchView * switchView = (SwitchView *)m_enableCell.contentView();
|
||||
switchView->setState(!switchView->state());
|
||||
m_function->setActive(!m_function->isActive());
|
||||
m_listView.reloadData();
|
||||
return true;
|
||||
}
|
||||
case 2:
|
||||
|
||||
Reference in New Issue
Block a user