From 49a4f9e73dbac10048dd015b8bd674aa18f238dd Mon Sep 17 00:00:00 2001 From: Kingcom Date: Fri, 4 Oct 2013 23:21:44 +0200 Subject: [PATCH] Fix right click->edit breakpoint --- Windows/Debugger/Debugger_Lists.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows/Debugger/Debugger_Lists.cpp b/Windows/Debugger/Debugger_Lists.cpp index fef3094ee4..fc451a0e90 100644 --- a/Windows/Debugger/Debugger_Lists.cpp +++ b/Windows/Debugger/Debugger_Lists.cpp @@ -567,7 +567,7 @@ void CtrlBreakpointList::showBreakpointMenu(int itemIndex, const POINT &pt) } break; case ID_DISASM_EDITBREAKPOINT: - editBreakpoint(index); + editBreakpoint(itemIndex); break; case ID_DISASM_ADDNEWBREAKPOINT: {