GP-6879 - Help - Updated the help window to focus the content viewer

when showing help for an item
This commit is contained in:
dragonmacher
2026-05-29 12:45:32 -04:00
parent 3f8fd55f18
commit 9601168ee4
@@ -74,6 +74,8 @@ public class GHelpBroker extends DefaultHelpBroker {
else {
super.setCurrentURL(URL);
}
Swing.runLater(() -> htmlEditorPane.requestFocusInWindow());
}
protected List<Image> getApplicationIcons() {