Skip to content
Snippets Groups Projects
Commit 2be07b7f authored by Mark Winter's avatar Mark Winter
Browse files

Fix to for erroneous task/history stack growth when single-stepping through error.

parent 69245dd1
Branches
Tags
No related merge requests found
......@@ -67,7 +67,10 @@ function bFinished = runReseg(hToolbar)
UI.DrawCells();
if ( bErr )
if ( ~bResegPaused )
pauseReseg(hToolbar);
end
return;
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment