group: proper fix of enter/leave

Ignore mouse leave event when we are still within the parent element
This commit is contained in:
Austin Horstman
2024-08-02 23:37:52 -05:00
parent 05d69ae822
commit 17f07b2452
2 changed files with 1 additions and 9 deletions

View File

@ -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();
};