Skip to content
Snippets Groups Projects
Commit ad707ae0 authored by Nathan Spaeth's avatar Nathan Spaeth
Browse files

No longer garbage collect label numbers in order to keep labels consistent for the user.

parent b9336f13
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,5 @@ function historyAction = LearnFromEdits(randState)
SegmentationEdits.changedHulls = [];
UI.UpdateSegmentationEditsMenu();
Helper.SweepDeleted();
historyAction = 'Push';
end
......@@ -6,7 +6,5 @@
function historyAction = TreeInference()
[iters totalTime] = Families.LinkFirstFrameTrees();
Helper.SweepDeleted();
historyAction = 'Push';
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment