Browse Source

Fix createSubmenuItem() Rack API change.

pull/114/head
Andrew Belt 3 years ago
parent
commit
25ac8bcdb9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Frames.cpp

+ 1
- 1
src/Frames.cpp View File

@@ -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"));



Loading…
Cancel
Save