mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Backport of focus fix
This commit is contained in:
parent
2a03e142bc
commit
fd9ffb9ccc
1 changed files with 2 additions and 3 deletions
|
@ -231,7 +231,6 @@ public abstract class ComponentProvider implements HelpDescriptor, ActionContext
|
|||
return;
|
||||
}
|
||||
|
||||
dockingTool.toFront();
|
||||
if (defaultFocusComponent != null) {
|
||||
DockingWindowManager.requestFocus(defaultFocusComponent);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue