From d1e2fec760c4d7daca0d38e2bc3bcded4cdc8685 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 5 Nov 2019 17:03:48 +0300 Subject: [PATCH] Fix crash in destructor of spellchecked input field. --- Telegram/SourceFiles/chat_helpers/message_field.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/chat_helpers/message_field.cpp b/Telegram/SourceFiles/chat_helpers/message_field.cpp index 4b337a642..8895b0ee4 100644 --- a/Telegram/SourceFiles/chat_helpers/message_field.cpp +++ b/Telegram/SourceFiles/chat_helpers/message_field.cpp @@ -278,8 +278,8 @@ void InitSpellchecker( not_null session, not_null field) { #ifndef TDESKTOP_DISABLE_SPELLCHECK - const auto s = field->lifetime().make_state( - field->rawTextEdit(), + const auto s = Ui::CreateChild( + field->rawTextEdit().get(), session->settings().spellcheckerEnabledValue(), field->documentContentsChanges()); Spellchecker::SetPhrases({ {