mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
dockingTool.toFront();
|
|
||||||
if (defaultFocusComponent != null) {
|
if (defaultFocusComponent != null) {
|
||||||
DockingWindowManager.requestFocus(defaultFocusComponent);
|
DockingWindowManager.requestFocus(defaultFocusComponent);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue