mirror of https://github.com/KLayout/klayout.git
Fixed issue #1770 (Macro development step over/into does not work in some cases
)
This commit is contained in:
parent
63aeec1e36
commit
9c13dbb63c
|
|
@ -3763,6 +3763,9 @@ MacroEditorDialog::run (int stop_stack_depth, lym::Macro *macro)
|
|||
QDialog::accept ();
|
||||
}
|
||||
|
||||
// in a breakpoint
|
||||
m_in_breakpoint = false;
|
||||
|
||||
} else {
|
||||
|
||||
if (! macro) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue