mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-24 13:21:32 +08:00
GP-6879 - Help - Updated the help window to focus the content viewer
when showing help for an item
This commit is contained in:
@@ -74,6 +74,8 @@ public class GHelpBroker extends DefaultHelpBroker {
|
||||
else {
|
||||
super.setCurrentURL(URL);
|
||||
}
|
||||
|
||||
Swing.runLater(() -> htmlEditorPane.requestFocusInWindow());
|
||||
}
|
||||
|
||||
protected List<Image> getApplicationIcons() {
|
||||
|
||||
Reference in New Issue
Block a user