mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[apps/*/go_to_parameter_controller] Remove I18n::Message parameter from constructor
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Sequence {
|
||||
|
||||
CurveParameterController::CurveParameterController(InputEventHandlerDelegate * inputEventHandlerDelegate, GraphController * graphController, InteractiveCurveViewRange * graphRange, CurveViewCursor * cursor) :
|
||||
FunctionCurveParameterController(),
|
||||
m_goToParameterController(this, inputEventHandlerDelegate, graphRange, cursor, I18n::Message::N),
|
||||
m_goToParameterController(this, inputEventHandlerDelegate, graphRange, cursor),
|
||||
m_sumCell(I18n::Message::TermSum),
|
||||
m_graphController(graphController)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user