mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-1619 - Fixed bug that caused some MultiStateDockinActions to get called twice when clicked
This commit is contained in:
@@ -526,7 +526,7 @@ public class FcgProvider
|
||||
RELAYOUT_GRAPH_ACTION_NAME, plugin.getName()) {
|
||||
|
||||
@Override
|
||||
protected void doActionPerformed(ActionContext context) {
|
||||
public void actionPerformed(ActionContext context) {
|
||||
// this callback is when the user clicks the button
|
||||
LayoutProvider<FcgVertex, FcgEdge, FunctionCallGraph> currentUserData =
|
||||
getCurrentUserData();
|
||||
|
||||
Reference in New Issue
Block a user