From ddaa6a35b8a55f1d06bb754adad56dfcbea16fdf Mon Sep 17 00:00:00 2001 From: dragonmacher <48328597+dragonmacher@users.noreply.github.com> Date: Fri, 31 May 2024 12:02:20 -0400 Subject: [PATCH] GP-4656 - Fixed issue loading FCG when starting fully-zoomed in --- .../java/functioncalls/graph/view/FcgComponent.java | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Ghidra/Features/GraphFunctionCalls/src/main/java/functioncalls/graph/view/FcgComponent.java b/Ghidra/Features/GraphFunctionCalls/src/main/java/functioncalls/graph/view/FcgComponent.java index aabcc6167b..8190df3e8a 100644 --- a/Ghidra/Features/GraphFunctionCalls/src/main/java/functioncalls/graph/view/FcgComponent.java +++ b/Ghidra/Features/GraphFunctionCalls/src/main/java/functioncalls/graph/view/FcgComponent.java @@ -32,9 +32,6 @@ import ghidra.graph.viewer.vertex.VisualVertexRenderer; */ public class FcgComponent extends GraphComponent { - // our parent stores a reference to this graph, but we do it here to maintain its type - private FunctionCallGraph fcGraph; - private FcgVertexPaintTransformer vertexPaintTransformer = new FcgVertexPaintTransformer(FcgVertex.DEFAULT_VERTEX_SHAPE_COLOR); @@ -55,7 +52,7 @@ public class FcgComponent extends GraphComponent getViewUpdater() { return super.getViewUpdater();