[apps/*/values*function_parameter_controller] Get the symbol from the FunctionStore

This commit is contained in:
Ruben Dashyan
2019-07-08 17:52:02 +02:00
committed by Léa Saviot
parent 6d7e833a46
commit 4396a82452
3 changed files with 5 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ using namespace Shared;
namespace Graph {
FunctionParameterController::FunctionParameterController(ValuesController * valuesController) :
ValuesFunctionParameterController(CartesianFunction::Symbol()),
ValuesFunctionParameterController(),
m_displayDerivativeColumn(I18n::Message::DerivativeFunctionColumn),
m_valuesController(valuesController)
{