Skip to content

Commit

Permalink
Merge pull request #318 from dominikl/roi_annotations
Browse files Browse the repository at this point in the history
Don't load annotations for ROIs
  • Loading branch information
jburel authored Nov 9, 2022
2 parents 237f751 + 471f3ac commit bb4f399
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*------------------------------------------------------------------------------
* Copyright (C) 2006-2016 University of Dundee. All rights reserved.
* Copyright (C) 2006-2022 University of Dundee. All rights reserved.
*
*
* This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -924,9 +924,6 @@ public void setLoadingFromServerClient(Collection result)
//Now we are ready to go. We can post an event to add component to
//Viewer
postEvent(MeasurementToolLoaded.ADD);
if (CollectionUtils.isNotEmpty(nodes)) {
model.fireLoadROIAnnotations(nodes);
}
}

/**
Expand Down

0 comments on commit bb4f399

Please sign in to comment.