[apps/reg] Actualize the current model display in the menu

This commit is contained in:
Léa Saviot
2018-06-07 14:42:07 +02:00
committed by Émilie Feral
parent 6c93e55687
commit 47802341f8
7 changed files with 19 additions and 8 deletions

View File

@@ -8,13 +8,13 @@ StoreParameterController::StoreParameterController(Responder * parentResponder,
ViewController(parentResponder),
m_store(store),
m_series(0),
m_selectableTableView(this, this, this),
m_deleteColumn(I18n::Message::ClearColumn),
m_fillWithFormula(I18n::Message::FillWithFormula),
#if COPY_IMPORT_LIST
m_copyColumn(I18n::Message::CopyColumnInList),
m_importList(I18n::Message::ImportList),
#endif
m_selectableTableView(this, this, this),
m_storeController(storeController),
m_xColumnSelected(true)
{