commit 0b54a15dd5f3cb09067dea5cdb40937a1c2e0c71
parent ed71661b78d5e1295861a3a57686b53e38aef8c6
Author: Adam M <[email protected]>
Date: Fri, 15 Oct 2021 11:47:05 -0500
comment out unused (?) MenuParams part that doesnt like v2
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/MenuParams.hpp b/src/MenuParams.hpp
@@ -107,14 +107,14 @@ struct MenuParam : MenuEntry {
//addChild(johnLabel);
}
else if (type == 1) {
- pWidget = new MediumDotSnapKnob();
+ /*pWidget = new MediumDotSnapKnob();
pWidget->paramQuantity = param;
pWidget->box.pos = Vec(controlRightMargin, 0);
addChild(pWidget);
johnLabel = construct<MenuLabel>(&MenuLabel::text, param->getLabel());
johnLabel->box.pos = Vec((type == 2 ? slider->box.size.x : pWidget->box.size.x) + controlRightMargin * 2, 0);
- addChild(johnLabel);
+ addChild(johnLabel);*/
}
else if (type == 2) {
slider = new SmoothSlider(param);