mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-5481 Created prototype data graph feature
This commit is contained in:
parent
8d95e97521
commit
f54bd20d40
102 changed files with 9267 additions and 366 deletions
|
@ -324,7 +324,7 @@ public class FcgVertexShapeProvider extends CircleWithLabelVertexShapeProvider {
|
|||
}
|
||||
|
||||
@Override
|
||||
protected void setTogglesVisible(boolean visible) {
|
||||
public void setTogglesVisible(boolean visible) {
|
||||
|
||||
boolean isIn = isInDirection();
|
||||
boolean turnOn = isIn && hasIncomingReferences && visible;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue