2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 07:35:12 +00:00

Support building OS X 10.10/10.11 version.

This commit is contained in:
John Preston
2019-11-05 14:27:21 +03:00
parent 88e0342e02
commit 1eb62579e2
21 changed files with 63 additions and 120 deletions

View File

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