Resolve reference in entry field, prevent recorsive loop, fix EditEntry association bug

This commit is contained in:
thez3ro 2018-02-15 00:21:07 +01:00 committed by Janek Bevendorff
parent 536db062f4
commit c5dd64d18a
2 changed files with 25 additions and 7 deletions

View file

@ -188,6 +188,8 @@ void EditEntryWidget::setupAutoType()
connect(m_autoTypeAssocModel, SIGNAL(modelReset()), SLOT(clearCurrentAssoc()));
connect(m_autoTypeUi->windowTitleCombo, SIGNAL(editTextChanged(QString)),
SLOT(applyCurrentAssoc()));
connect(m_autoTypeUi->customWindowSequenceButton, SIGNAL(toggled(bool)),
SLOT(applyCurrentAssoc()));
connect(m_autoTypeUi->windowSequenceEdit, SIGNAL(textChanged(QString)),
SLOT(applyCurrentAssoc()));
}