fix: update input size on tab-completion (#6411)

This commit is contained in:
nerix
2025-08-23 12:08:29 +02:00
committed by GitHub
parent c2cc9f33c9
commit 195776d4b7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -301,6 +301,7 @@ void ResizingTextEdit::insertCompletion(const QString &completion)
prefixSize);
tc.insertText(completion);
this->setTextCursor(tc);
this->updateGeometry();
}
bool ResizingTextEdit::canInsertFromMimeData(const QMimeData *source) const