GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -

Step 1 - basic plumbing and tests
This commit is contained in:
dragonmacher 2019-06-21 18:13:37 -04:00
parent ed0a441862
commit 8c11c1eebd
50 changed files with 1180 additions and 843 deletions

View file

@ -65,7 +65,7 @@ public class DockableComponent extends JPanel implements ContainerListener {
this.componentInfo = placeholder;
winMgr = placeholder.getNode().winMgr;
actionMgr = winMgr.getActionManager();
actionMgr = winMgr.getActionToGuiMapper();
popupListener = new MouseAdapter() {
@Override