[apps/code] Do not select subtitles in the variable box

This commit is contained in:
Léa Saviot
2020-04-15 17:48:59 +02:00
committed by Émilie Feral
parent 0d6016116d
commit 33d8d10286
4 changed files with 18 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ void NestedMenuController::ListController::setFirstSelectedRow(int firstSelected
NestedMenuController::NestedMenuController(Responder * parentResponder, I18n::Message title) :
StackViewController(parentResponder, &m_listController, KDColorWhite, Palette::PurpleBright, Palette::PurpleDark),
m_selectableTableView(&m_listController, this, this),
m_selectableTableView(&m_listController, this, this, this),
m_listController(this, &m_selectableTableView, title),
m_sender(nullptr)
{