Skip to content

Commit

Permalink
Fix for de-embedding menu on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Dec 15, 2023
1 parent ed0b968 commit 054e7ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Software/PC_Application/LibreVNA-GUI/VNA/vna.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ VNA::VNA(AppWindow *window, QString name)
window->menuBar()->insertMenu(window->getUi()->menuWindow->menuAction(), menuDeembed);
actions.insert(menuDeembed->menuAction());
auto confDeembed = menuDeembed->addAction("Setup...");
confDeembed->setMenuRole(QAction::NoRole);
connect(confDeembed, &QAction::triggered, &deembedding, &Deembedding::configure);

enableDeembeddingAction = menuDeembed->addAction("De-embed VNA samples");
Expand Down

0 comments on commit 054e7ed

Please sign in to comment.