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
commit
b138166e0e
1 changed files with 2 additions and 0 deletions
  1. +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);
} }






Loading…
Cancel
Save