GT-2960 - Docking Actions - review fixes; test fixes

This commit is contained in:
dragonmacher 2019-07-31 16:55:46 -04:00
parent d8c234d5d0
commit e6a85f9b1b
7 changed files with 26 additions and 14 deletions

View file

@ -807,7 +807,7 @@ public abstract class ComponentProvider implements HelpDescriptor, ActionContext
DockingWindowManager myDwm = DockingWindowManager.getInstance(getComponent());
if (myDwm == null) {
// don't think this can happen
// this can happen when the tool loses focus
dockingTool.showComponentProvider(ComponentProvider.this, true);
return;
}