Skip to content

Commit

Permalink
Always show matching tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Oct 25, 2023
1 parent 6c9c882 commit b763bd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qucs/qucs_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,7 @@ void QucsApp::initMenuBar()
toolMenu->addAction(callFilter);
toolMenu->addAction(callActiveFilter);
toolMenu->addAction(callLine);
if (QucsSettings.DefaultSimulator == spicecompat::simQucsator)
toolMenu->addAction(callMatch);
toolMenu->addAction(callMatch);
toolMenu->addAction(callAtt);
toolMenu->addAction(callPwrComb);
toolMenu->addSeparator();
Expand Down

0 comments on commit b763bd6

Please sign in to comment.