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

Step 2 - fixed bug that allowed dummy actions into the toolbar; updated
DockingAction to handle null keybindings the same way as null menu and
toolbar data
This commit is contained in:
dragonmacher 2019-06-21 18:37:46 -04:00
parent 8c11c1eebd
commit f510ddf338
4 changed files with 17 additions and 7 deletions

View file

@ -539,11 +539,7 @@ public abstract class ComponentProvider implements HelpDescriptor, ActionContext
Fix:
-Toolbar description for key doesn't match menu (goes away)
-dummy actions getting added to toolbar
-cleanup odd relationship with keybindings action and UI (move to tool??
or ToolActions...<= this)
-Toolbar description for key doesn't match menu (goes away)
*/