Emit textChanged() signal on completion selection
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
88f3df5c79
commit
4659b594f0
@ -146,6 +146,7 @@ void TagWidget::completionSelected(QString completion) {
|
||||
setText(completion.append(", "));
|
||||
setCursorPosition(text().length());
|
||||
}
|
||||
emit(textChanged());
|
||||
}
|
||||
|
||||
void TagWidget::setCursorPosition(int position) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user