mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
replace repaint that was carelessly removed
This commit is contained in:
parent
424af11a16
commit
8adc49d34c
1 changed files with 1 additions and 0 deletions
|
@ -823,6 +823,7 @@ public class DefaultGraphDisplay implements GraphDisplay {
|
|||
viewer.getRenderContext()
|
||||
.setVertexIncludePredicate(
|
||||
v -> v.getAttributeMap().values().stream().noneMatch(selected::contains));
|
||||
viewer.repaint();
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue