[evolution] Bug 788589 - [Composer] Middle mouse button pastes selected text in wrong location
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 788589 - [Composer] Middle mouse button pastes selected text in wrong location
- Date: Mon, 29 Jan 2018 15:21:41 +0000 (UTC)
commit b8dbb033bf1bf40f93dfe84f9613cd94205dbfb0
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 69ac535..720e7eb 100644
--- a/src/modules/webkit-editor/e-webkit-editor.c
+++ b/src/modules/webkit-editor/e-webkit-editor.c
@@ -5774,7 +5774,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]