[graph] Values tab: select the right cell of the values table when

displaying/undisplaying the derivative column
This commit is contained in:
Émilie Feral
2019-03-12 15:45:58 +01:00
committed by LeaNumworks
parent 2a34f955ca
commit e40e626eec
2 changed files with 6 additions and 4 deletions

View File

@@ -27,6 +27,8 @@ private:
#endif
MessageTableCellWithSwitch m_displayDerivativeColumn;
StorageValuesController * m_valuesController;
// Index of the column corresponding to the function in the values controller
int m_selectedFunctionColumn;
};
}