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:
@@ -348,7 +348,7 @@ public class SampleGraphProvider extends ComponentProviderAdapter {
|
||||
new MultiStateDockingAction<>(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<SampleVertex, SampleEdge, SampleGraph> currentUserData =
|
||||
getCurrentUserData();
|
||||
|
||||
Reference in New Issue
Block a user