[evolution/gnome-3-26] Bug 788589 - [Composer] Middle mouse button pastes selected text in wrong location



commit 496d70996f5831546c7c8711c5d4812baa02924e
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jan 29 16:21:55 2018 +0100

    Bug 788589 - [Composer] Middle mouse button pastes selected text in wrong location

 src/modules/webkit-editor/e-webkit-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/modules/webkit-editor/e-webkit-editor.c b/src/modules/webkit-editor/e-webkit-editor.c
index 2353c14..b29732a 100644
--- a/src/modules/webkit-editor/e-webkit-editor.c
+++ b/src/modules/webkit-editor/e-webkit-editor.c
@@ -5730,7 +5730,7 @@ webkit_editor_move_caret_on_current_coordinates (GtkWidget *widget)
        gdk_window_get_device_position (
                gtk_widget_get_window (widget), pointer, &x, &y, NULL);
        webkit_editor_move_caret_on_coordinates
-               (E_CONTENT_EDITOR (widget), x, y, TRUE);
+               (E_CONTENT_EDITOR (widget), x, y, FALSE);
 }
 
 static void


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