GT-3044 - Table Actions - updated table actions to use the modern action

system
This commit is contained in:
dragonmacher 2019-08-02 19:41:30 -04:00
parent 392c0846d1
commit 28f6500039
70 changed files with 642 additions and 493 deletions

View file

@ -62,7 +62,7 @@ public abstract class DockingKeyBindingAction extends AbstractAction {
tool.setStatusInfo("");
ComponentProvider provider = tool.getActiveComponentProvider();
ActionContext context = getLocalContext(provider);
context.setSource(e.getSource());
context.setSourceObject(e.getSource());
docakbleAction.actionPerformed(context);
}