Skip to content
Snippets Groups Projects
Commit 12a184ab authored by Piotr Gawron's avatar Piotr Gawron
Browse files

bioentites added twice caused inconsistency among multiple runs

parent 3120576c
No related branches found
No related tags found
1 merge request!990Gpml prototype
...@@ -40,7 +40,6 @@ public class ZIndexPopulator { ...@@ -40,7 +40,6 @@ public class ZIndexPopulator {
int maxZIndex = 0; int maxZIndex = 0;
List<Drawable> bioEntities = new ArrayList<>(); List<Drawable> bioEntities = new ArrayList<>();
bioEntities.addAll(model.getBioEntities());
for (Layer layer : model.getLayers()) { for (Layer layer : model.getLayers()) {
bioEntities.addAll(layer.getOvals()); bioEntities.addAll(layer.getOvals());
bioEntities.addAll(layer.getRectangles()); bioEntities.addAll(layer.getRectangles());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment