commit ef5a57606fd5671601f57f0a1e7f8ab5b76c1317
parent eb22672a8290f05d135d796f70983d3656a31bc7
Author: fundamental <[email protected]>
Date: Sun, 22 Feb 2015 14:14:42 -0500
UI: Fix Bad Return in VuMasterMeter::handle
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/UI/VuMasterMeter.h b/src/UI/VuMasterMeter.h
@@ -29,10 +29,10 @@ class VuMasterMeter: public VuMeter
break;
case FL_PUSH:
osc->requestValue("/reset-vu");
- break;
+ return 1;
}
- return 1;
+ return 0;
}
static void tick(void *v)