mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 13:16:48 +08:00
GP-4021 fixed program graph from bouncing location events
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ public class DefaultGraphDisplayWrapper
|
||||
|
||||
@Override
|
||||
public void setFocusedVertex(AttributedVertex vertex, EventTrigger eventTrigger) {
|
||||
Swing.runNow(() -> delegate.setFocusedVertex(vertex));
|
||||
Swing.runNow(() -> delegate.setFocusedVertex(vertex, eventTrigger));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user