mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[shared] ListParameterController: reinit hold record when removing it
from the storage
This commit is contained in:
@@ -97,6 +97,7 @@ bool ListParameterController::handleEnterOnRow(int rowIndex) {
|
||||
{
|
||||
assert(functionStore()->numberOfModels() > 0);
|
||||
functionStore()->removeModel(m_record);
|
||||
setRecord(Ion::Storage::Record());
|
||||
StackViewController * stack = (StackViewController *)(parentResponder());
|
||||
stack->pop();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user