refactor: propagate the event further

This commit is contained in:
Alex
2019-05-02 16:46:53 +02:00
parent 82bed9dd5e
commit 1e871b2353
2 changed files with 2 additions and 5 deletions

View File

@ -71,7 +71,7 @@ bool waybar::ALabel::handleToggle(GdkEventButton* const& e) {
}
dp.emit();
return true;
return false;
}
bool waybar::ALabel::handleScroll(GdkEventScroll* e) {