mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
add missing ActionWrapperUtil.actionPerformed call
GitOrigin-RevId: c26565fa1111bfcfab51900c3fa9d1e5918ffc76
This commit is contained in:
committed by
intellij-monorepo-bot
parent
941ea922df
commit
c733f9149e
@@ -46,7 +46,7 @@ public class ActionGroupWrapper extends ActionGroup implements ActionWithDelegat
|
||||
|
||||
@Override
|
||||
public void actionPerformed(@NotNull AnActionEvent e) {
|
||||
myDelegate.actionPerformed(e);
|
||||
ActionWrapperUtil.actionPerformed(e, this, myDelegate);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user