mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-4466 consolidated focus handling between ComponentProvider and DockableComponent
This commit is contained in:
parent
c131adc670
commit
495dc4df66
8 changed files with 41 additions and 84 deletions
|
@ -366,13 +366,7 @@ public class ProgramByteViewerComponentProvider extends ByteViewerComponentProvi
|
|||
public boolean isVisible() {
|
||||
return tool.isVisible(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void requestFocus() {
|
||||
panel.getCurrentComponent().requestFocus();
|
||||
tool.toFront(this);
|
||||
}
|
||||
|
||||
|
||||
//==================================================================================================
|
||||
// End Navigatable interface methods */
|
||||
//==================================================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue