Skip to content

Commit

Permalink
fix(gui): resolve popup menu action run (#1514, #1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Jun 11, 2022
1 parent 14fd88b commit 702b882
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void popupMenuWillBecomeVisible(PopupMenuEvent e) {

@Override
public void popupMenuWillBecomeInvisible(PopupMenuEvent e) {
updateNode(null);
// this event can be called just before running action, so can't reset node here
}

@Override
Expand Down

0 comments on commit 702b882

Please sign in to comment.