[apps/sequence][apps/graph] Hide "copy column" functionnality

Change-Id: I5c452faa1ef79bb1eec8bbdd8b69ba684661a38b
This commit is contained in:
Émilie Feral
2017-04-25 17:49:03 +02:00
parent e3830b5fca
commit e58e3e8a66
7 changed files with 21 additions and 13 deletions

View File

@@ -262,6 +262,11 @@ void ValuesController::configureAbscissa() {
}
void ValuesController::configureFunction() {
/* Temporary: the sequence value controller does not have a function parameter
* controller yet but it shoult come soon. */
if (functionParameterController() == nullptr) {
return;
}
functionParameterController()->setFunction(functionAtColumn(selectableTableView()->selectedColumn()));
StackViewController * stack = stackController();
stack->push(functionParameterController());