group: proper fix of enter/leave
Ignore mouse leave event when we are still within the parent element
This commit is contained in:
@ -30,7 +30,6 @@ class Group : public AModule {
|
||||
bool handleMouseEnter(GdkEventCrossing *const &ev) override;
|
||||
bool handleMouseLeave(GdkEventCrossing *const &ev) override;
|
||||
bool handleToggle(GdkEventButton *const &ev) override;
|
||||
void addHoverHandlerTo(Gtk::Widget &widget);
|
||||
void show_group();
|
||||
void hide_group();
|
||||
};
|
||||
|
Reference in New Issue
Block a user