mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/GP-1-dragonmacher-focus-fix' into patch
This commit is contained in:
commit
0e2d4a182c
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