mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-757 - Function Graph - review fixes
This commit is contained in:
parent
9e785c25ec
commit
859e09e4bc
3 changed files with 18 additions and 7 deletions
|
@ -75,11 +75,18 @@ public class SatelliteGraphViewer<V extends VisualVertex, E extends VisualEdge<V
|
|||
return new VisualVertexSatelliteRenderer<>();
|
||||
}
|
||||
|
||||
/**
|
||||
* The options for this viewer
|
||||
* @param options the options
|
||||
*/
|
||||
public void setGraphOptions(VisualGraphOptions options) {
|
||||
this.options = options;
|
||||
optionsChanged();
|
||||
}
|
||||
|
||||
/**
|
||||
* Called to signal that the options used by this viewer have changed
|
||||
*/
|
||||
public void optionsChanged() {
|
||||
setBackground(options.getGraphBackgroundColor());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue