mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 10:09:53 +01:00
[apps/graph] Display function name in hide/show derivative controllers
This commit is contained in:
@@ -32,7 +32,7 @@ protected:
|
||||
MessageTableCellWithChevron m_copyColumn;
|
||||
SelectableTableView m_selectableTableView;
|
||||
private:
|
||||
constexpr static int k_maxNumberOfCharsInTitle = 16;
|
||||
constexpr static int k_maxNumberOfCharsInTitle = Poincare::SymbolAbstract::k_maxNameSize + 4; /* Function name and null-terminating char + "(x)" */;
|
||||
char m_pageTitle[k_maxNumberOfCharsInTitle];
|
||||
StorageFunction * m_function;
|
||||
char m_symbol;
|
||||
|
||||
Reference in New Issue
Block a user