This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Allow plugins to add menu items to port context menu with PortWidget::appendContextMenu().
tags/v2.2.3
Andrew Belt
1 year ago
parent
108f9f3188
commit
b138166e0e
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/app/PortWidget.cpp
+ 2
- 0
src/app/PortWidget.cpp
View File
@@ -307,6 +307,8 @@ void PortWidget::createContextMenu() {
menu->addChild(item);
menu->addChild(item);
}
}
}
}
appendContextMenu(menu);
}
}
Write
Preview
Loading…
Cancel
Save