GP-4466 consolidated focus handling between ComponentProvider and DockableComponent

This commit is contained in:
ghidragon 2024-03-28 18:26:18 -04:00
parent c131adc670
commit 495dc4df66
8 changed files with 41 additions and 84 deletions

View file

@ -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 */
//==================================================================================================