mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 06:27:38 +08:00
GP-557 - satellite honors edge filters
This commit is contained in:
+2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user