mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ void TagWidget::completionSelected(QString completion) {
|
|||
setText(completion.append(", "));
|
||||
setCursorPosition(text().length());
|
||||
}
|
||||
emit(textChanged());
|
||||
}
|
||||
|
||||
void TagWidget::setCursorPosition(int position) {
|
||||
|
|
Loading…
Add table
Reference in a new issue