[apps/*/values_controller] functionParameterController() returns a ViewController *

This commit is contained in:
Ruben Dashyan
2019-08-29 10:19:49 +02:00
parent f5e721239b
commit 6bee336349
6 changed files with 7 additions and 6 deletions

View File

@@ -253,7 +253,6 @@ void ValuesController::configureFunction() {
return;
}
#endif
functionParameterController()->setRecord(recordAtColumn(selectedColumn()));
StackViewController * stack = stackController();
stack->push(functionParameterController());
}