Merge remote-tracking branch 'origin/patch'

This commit is contained in:
ghidra1 2021-01-11 18:50:07 -05:00
commit cc483f08ab
11 changed files with 502 additions and 133 deletions

View file

@ -669,6 +669,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