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

This commit is contained in:
Milan Crha
2018-01-29 16:21:55 +01:00
parent 79dd568d6d
commit b8dbb033bf

View File

@ -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