mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[apps/graph][apps/sequence] Improve footer rendering
Change-Id: I4b5953621118b5dad9e4974514c35ae3fc9b215e
This commit is contained in:
@@ -9,16 +9,16 @@ ListController::ListController(Responder * parentResponder, FunctionStore * func
|
||||
m_selectableTableView(SelectableTableView(this, this, 0, 0, 0, 0, nullptr, false, true)),
|
||||
m_functionStore(functionStore),
|
||||
m_addNewFunction(text),
|
||||
m_plotButton(this, "Tracer", Invocation([](void * context, void * sender) {
|
||||
m_plotButton(this, "Tracer la fonction", Invocation([](void * context, void * sender) {
|
||||
ListController * list = (ListController *)context;
|
||||
TabViewController * tabController = list->tabController();
|
||||
tabController->setActiveTab(1);
|
||||
}, this), KDText::FontSize::Large),
|
||||
}, this), KDText::FontSize::Small, Palette::PurpleBright),
|
||||
m_valuesButton(this, "Afficher les valeurs", Invocation([](void * context, void * sender) {
|
||||
ListController * list = (ListController *)context;
|
||||
TabViewController * tabController = list->tabController();
|
||||
tabController->setActiveTab(2);
|
||||
}, this), KDText::FontSize::Large)
|
||||
}, this), KDText::FontSize::Small, Palette::PurpleBright)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user