[apps] Do not display empty cells in store_controller

This commit is contained in:
Léa Saviot
2018-05-21 15:46:46 +02:00
parent 11251f03de
commit 551606037d
4 changed files with 18 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ protected:
int maxNumberOfElements() const override;
virtual HighlightCell * titleCells(int index) = 0;
char m_draftTextBuffer[TextField::maxBufferSize()];
int seriesAtColumn(int column) const { return column / k_numberOfColumnsPerSeries; }
EvenOddEditableTextCell * m_editableCells[k_maxNumberOfEditableCells];
FloatPairStore * m_store;
StoreParameterController m_storeParameterController;