mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 03:29:58 +02:00
[apps] IntervalParameterController::m_interval is set right before the controller appears
and not at controller's construction.
This commit is contained in:
@@ -15,7 +15,7 @@ ValuesController::ValuesController(Responder * parentResponder, InputEventHandle
|
||||
m_abscissaTitleCells{},
|
||||
m_abscissaCells{},
|
||||
m_functionParameterController(this),
|
||||
m_intervalParameterController(this, inputEventHandlerDelegate, m_interval),
|
||||
m_intervalParameterController(this, inputEventHandlerDelegate),
|
||||
m_derivativeParameterController(this),
|
||||
m_setIntervalButton(this, I18n::Message::IntervalSet, Invocation([](void * context, void * sender) {
|
||||
ValuesController * valuesController = (ValuesController *) context;
|
||||
|
||||
Reference in New Issue
Block a user