Clock. Proper handletoggle propagation
Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
This commit is contained in:
parent
dd9e3d0172
commit
f3f0b008c6
|
@ -216,7 +216,7 @@ bool waybar::modules::Clock::handleToggle(GdkEventButton* const& e) {
|
||||||
if (callMethod) {
|
if (callMethod) {
|
||||||
(this->*callMethod)();
|
(this->*callMethod)();
|
||||||
} else
|
} else
|
||||||
return AModule::handleToggle(e);
|
return ALabel::handleToggle(e);
|
||||||
|
|
||||||
update();
|
update();
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue