GP-557 - satellite honors edge filters

This commit is contained in:
Tom Nelson
2020-12-30 14:58:53 +00:00
parent 96fe213bfd
commit b9129348fc
@@ -621,6 +621,8 @@ public class DefaultGraphDisplay implements GraphDisplay {
// always get the current predicate from the main view and test with it,
satellite.getRenderContext()
.setVertexIncludePredicate(v -> viewer.getRenderContext().getVertexIncludePredicate().test(v));
satellite.getRenderContext()
.setEdgeIncludePredicate(e -> viewer.getRenderContext().getEdgeIncludePredicate().test(e));
satellite.getComponent().setBorder(BorderFactory.createEtchedBorder());
parentViewer.getComponent().addComponentListener(new ComponentAdapter() {
@Override