fix: owerwrite handleScroll to remove any scrolling handling from group module

This commit is contained in:
cebem1nt
2026-02-06 14:43:12 -03:00
parent 429d7df52b
commit 40200afb68
2 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class Group : public AModule {
bool handleMouseEnter(GdkEventCrossing* const& ev) override;
bool handleMouseLeave(GdkEventCrossing* const& ev) override;
bool handleToggle(GdkEventButton* const& ev) override;
bool handleScroll(GdkEventScroll* e) override;
void show_group();
void hide_group();
};