aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin W <git@larma.de>2023-05-14 16:44:33 +0200
committerfiaxh <git@lightrise.org>2023-05-14 16:44:37 +0200
commit9a04573fdc415a3a9293e5164bfc0316884285a3 (patch)
tree5fd4fa6e4dcd0e9bb442c6de0ad5cac12a53dc4e
parent9e4def221fe54bc38ebe9ae10672325d3c9a7f1d (diff)
downloaddino-9a04573fdc415a3a9293e5164bfc0316884285a3.tar.gz
dino-9a04573fdc415a3a9293e5164bfc0316884285a3.zip
Fix reactions being made to the wrong message
fixes #1426
-rw-r--r--main/src/ui/conversation_content_view/conversation_view.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/ui/conversation_content_view/conversation_view.vala b/main/src/ui/conversation_content_view/conversation_view.vala
index badc6c65..cc63037f 100644
--- a/main/src/ui/conversation_content_view/conversation_view.vala
+++ b/main/src/ui/conversation_content_view/conversation_view.vala
@@ -95,7 +95,6 @@ public class ConversationView : Widget, Plugins.ConversationItemCollection, Plug
EventControllerMotion main_wrap_motion_events = new EventControllerMotion();
main_wrap_box.add_controller(main_wrap_motion_events);
main_wrap_motion_events.leave.connect(on_leave_notify_event);
- main_wrap_motion_events.enter.connect(update_highlight);
// The buttons of the overlaying message_menu_box may partially overlap the adjacent
// conversation items. We connect to the main_event_box directly to avoid emitting
// the pointer motion events as long as the pointer is above the message menu.