From 25ac8bcdb937aef2fb8030ebf92a9ab233cbbbcc Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 11 Aug 2021 08:59:49 -0400 Subject: [PATCH] Fix createSubmenuItem() Rack API change. --- src/Frames.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Frames.cpp b/src/Frames.cpp index 34e35aa..974443a 100644 --- a/src/Frames.cpp +++ b/src/Frames.cpp @@ -352,7 +352,7 @@ struct FramesWidget : ModuleWidget { menu->addChild(createMenuLabel("Channel settings")); for (int c = 0; c < 4; c++) { - menu->addChild(createSubmenuItem(string::f("Channel %d", c + 1), + menu->addChild(createSubmenuItem(string::f("Channel %d", c + 1), "", [=](Menu* menu) { menu->addChild(createMenuLabel("Interpolation curve"));