Skip to content

Commit

Permalink
fix: actually no reason to add handler, just override AModule
Browse files Browse the repository at this point in the history
  • Loading branch information
haug1 committed May 3, 2024
1 parent b9f6a60 commit dec7918
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ Group::Group(const std::string& name, const std::string& id, const Json::Value&
addHoverHandlerTo(revealer);
}

event_box_.signal_enter_notify_event().connect(sigc::mem_fun(*this, &Group::handleMouseEnter));
event_box_.signal_leave_notify_event().connect(sigc::mem_fun(*this, &Group::handleMouseLeave));

event_box_.add(box);
}

Expand Down

0 comments on commit dec7918

Please sign in to comment.