[escher] Variable box pop-up is handle as Toolbox pop-up by asking

InputEventHandlerDelegate
This commit is contained in:
Émilie Feral
2018-10-23 14:29:12 +02:00
parent 2c3a0ca558
commit 0a823da78c
22 changed files with 79 additions and 51 deletions

View File

@@ -9,7 +9,7 @@ using namespace Shared;
namespace Sequence {
ListParameterController::ListParameterController(InputEventHandlerDelegate * inputEventHandlerDelegate, ListController * listController, SequenceStore * sequenceStore) :
ListParameterController::ListParameterController(::InputEventHandlerDelegate * inputEventHandlerDelegate, ListController * listController, SequenceStore * sequenceStore) :
Shared::ListParameterController(listController, sequenceStore, I18n::Message::SequenceColor, I18n::Message::DeleteSequence, this),
m_typeCell(I18n::Message::SequenceType),
m_initialRankCell(&m_selectableTableView, inputEventHandlerDelegate, this, m_draftTextBuffer, I18n::Message::FirstTermIndex),