mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[apps/sequence||graph] Improve hiding of copy column functionnality
Change-Id: Ic31734f99c0c223e5865b46c48866b89aa62d383
This commit is contained in:
@@ -18,8 +18,11 @@ public:
|
||||
void willDisplayCellForIndex(HighlightCell * cell, int index) override;
|
||||
void setFunction(Shared::Function * function) override;
|
||||
private:
|
||||
/* TODO: implement copy column */
|
||||
constexpr static int k_totalNumberOfCell = 1;//2;
|
||||
#if COPY_COLUMN
|
||||
constexpr static int k_totalNumberOfCell = 2;
|
||||
#else
|
||||
constexpr static int k_totalNumberOfCell = 1;
|
||||
#endif
|
||||
MessageTableCellWithSwitch m_displayDerivativeColumn;
|
||||
CartesianFunction * m_cartesianFunction;
|
||||
ValuesController * m_valuesController;
|
||||
|
||||
Reference in New Issue
Block a user