Skip to content

Commit

Permalink
MID-5934 MID-6551 delta visualizer fixes for container delta changes
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Nov 9, 2022
1 parent 3883685 commit e2676ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ private <C extends Containerable> void visualizeContainerDeltaValue(PrismContain
}
}
scene.setSourceValue(value);
visualizeItems(scene, value.getItems(), false, context, task, result);
visualizeItems(scene, value.getItems(), true, context, task, result);

owningScene.addPartialScene(scene);
}
Expand Down

0 comments on commit e2676ee

Please sign in to comment.