mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GT-2960 - Docking Actions - review fixes; test fixes
This commit is contained in:
parent
d8c234d5d0
commit
e6a85f9b1b
7 changed files with 26 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue