1
0
Fork 0

FIXED: setting up the auto-follow context menu entry

This commit is contained in:
Manuel 2018-10-11 13:29:06 +02:00 committed by Torusrxxx
parent 94fcc52734
commit 28211215e7
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ void TraceBrowser::setupRightClickContextMenu()
mMenuBuilder->addMenu(makeMenu(tr("Information")), infoMenu);
QAction* toggleAutoDisassemblyFollowSelection = makeAction(tr("Toggle Auto Disassembly Scroll (off)"), SLOT(toggleAutoDisassemblyFollowSelection()));
QAction* toggleAutoDisassemblyFollowSelection = makeAction(tr("Toggle Auto Disassembly Scroll (off)"), SLOT(toggleAutoDisassemblyFollowSelectionSlot()));
mMenuBuilder->addAction(toggleAutoDisassemblyFollowSelection, [this, toggleAutoDisassemblyFollowSelection](QMenu*)
{
if(!DbgIsDebugging())