Skip to content

Commit

Permalink
Update NEWS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquetc committed Nov 15, 2022
1 parent 7316950 commit 198cd60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 2.0.1
Date: 2022-11-15
Type: stable
Description:
- "Fix Theme creation dialog"
---
Version: 2.0.0
Date: 2022-11-13
Type: stable
Expand Down
3 changes: 2 additions & 1 deletion src/desktopapp/plugins/textPage/textview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ void TextView::initialize()

QSettings settings;

// spellchecker :

m_highlighter = new Highlighter(document);
m_highlighter->setProjectId(this->projectId());
m_highlighter->getSpellChecker()->setLangCode(skrdata->projectHub()->getLangCode(this->projectId()));
Expand Down Expand Up @@ -300,7 +302,6 @@ void TextView::connectSaveConnection()
});

}

//---------------------------------------------

void TextView::addPositionToHistory()
Expand Down

0 comments on commit 198cd60

Please sign in to comment.