[evolution] EHTMLEditorView - Sroll to caret when converting the HTML message to the plain text one



commit 3e26f0a9470eaf584f64fa48486eacf62801cd84
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Sep 29 12:56:20 2014 +0200

    EHTMLEditorView - Sroll to caret when converting the HTML message to the plain text one

 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 6d91ceb..83358f1 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -6846,6 +6846,8 @@ e_html_editor_view_set_html_mode (EHTMLEditorView *view,
 
                convert_when_changing_composer_mode (view);
 
+               e_html_editor_selection_scroll_to_caret (selection);
+
                goto out;
        }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]