[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

@@ -73,8 +73,9 @@ EvenOddBufferTextCell * ValuesController::floatCells(int j) {
return &m_floatCells[j];
}
Shared::ValuesFunctionParameterController * ValuesController::functionParameterController() {
ViewController * ValuesController::functionParameterController() {
#if COPY_COLUMN
m_sequenceParameterController.setRecord(recordAtColumn(selectedColumn()));
return &m_sequenceParameterController;
#else
return nullptr;