mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-1619 - Fixed bug that caused some MultiStateDockinActions to get called twice when clicked
This commit is contained in:
parent
436bb4873e
commit
6934c33aa6
25 changed files with 197 additions and 627 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue