2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Added SpellingHighlighter to InputField in HistoryWidget and some boxes.

This commit is contained in:
23rd
2019-10-18 16:54:26 +03:00
committed by John Preston
parent 6e95cfc24d
commit 4be178c75f
10 changed files with 43 additions and 0 deletions

View File

@@ -207,6 +207,7 @@ void ShareBox::prepareCommentField() {
field->setEditLinkCallback(
DefaultEditLinkCallback(&_navigation->session(), field));
_spelling = InitSpellchecker(&_navigation->session(), field);
Ui::SendPendingMoveResizeEvents(_comment);
}