mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[apps/*/values_controller] functionParameterController() returns a ViewController *
This commit is contained in:
@@ -137,7 +137,8 @@ EvenOddBufferTextCell * ValuesController::floatCells(int j) {
|
||||
return &m_floatCells[j];
|
||||
}
|
||||
|
||||
FunctionParameterController * ValuesController::functionParameterController() {
|
||||
ViewController * ValuesController::functionParameterController() {
|
||||
m_functionParameterController.setRecord(recordAtColumn(selectedColumn()));
|
||||
return &m_functionParameterController;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user