Skip to content

Commit

Permalink
Fix 'view summary' not focusing the newly made tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Oct 25, 2024
1 parent c113fd8 commit 910ff0b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ private void openSummary() {
WorkspaceInformationPane informationPane = infoPaneProvider.get();
DockingRegion dockInfo = dockingManager.getPrimaryRegion();
DetachableTab infoTab = dockInfo.createTab(Lang.getBinding("workspace.info"), informationPane);
infoTab.getTabPane().getSelectionModel().select(infoTab);
infoTab.setGraphic(new FontIconView(CarbonIcons.INFORMATION));
}

Expand Down

0 comments on commit 910ff0b

Please sign in to comment.