mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 01:00:50 +01:00
[apps/graph] Use editable text menu list cell in float parameter
controller to enable editing parameter "inline" Change-Id: Ibfb8134242ebdcdc8e17027f31196b94a537bd1b
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Graph {
|
||||
|
||||
GoToParameterController::GoToParameterController(Responder * parentResponder, GraphView * graphView) :
|
||||
FloatParameterController(parentResponder),
|
||||
m_abscisseCell(TextMenuListCell((char*)"x")),
|
||||
m_abscisseCell(EditableTextMenuListCell((char*)"x")),
|
||||
m_graphView(graphView),
|
||||
m_function(nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user