[evolution] EHTMLEditorView - Spell check is lost when pressing Enter
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHTMLEditorView - Spell check is lost when pressing Enter
- Date: Thu, 26 Mar 2015 12:19:57 +0000 (UTC)
commit aebb4f2c182583c4c05b3704ef07a321907f5a23
Author: Tomas Popela <tpopela redhat com>
Date: Thu Mar 26 13:16:28 2015 +0100
EHTMLEditorView - Spell check is lost when pressing Enter
e-util/e-html-editor-view.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index ab0e970..b5d2de9 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -2743,6 +2743,8 @@ body_input_event_cb (WebKitDOMElement *element,
if (view->priv->html_mode)
fix_paragraph_structure_after_pressing_enter_after_smiley (
selection, document);
+ if (view->priv->return_key_pressed)
+ e_html_editor_view_force_spell_check_for_current_paragraph (view);
} else {
WebKitDOMNode *node;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]