Skip to content

Commit 56bfe4a

Browse files
committed
GUI: forgot to add 'search for -> command' before, not it's fixed.
1 parent 8f7f34a commit 56bfe4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x64_dbg_gui/Project/Src/Gui/CPUDisassembly.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ void CPUDisassembly::setupRightClickContextMenu()
482482
mSearchCommand->setShortcutContext(Qt::WidgetShortcut);
483483
this->addAction(mSearchCommand);
484484
connect(mSearchCommand, SIGNAL(triggered()), this, SLOT(findCommand()));
485+
mSearchMenu->addAction(mSearchCommand);
485486

486487
// Constant
487488
mSearchConstant = new QAction("&Constant", this);

0 commit comments

Comments
 (0)