Merge pull request #5448 from markmckinnon/5801-cvt-should-change-to-summary-panel-when-account-selection-changes

5801-cvt-should-change-to-summary-panel-when-account-selection-changes
This commit is contained in:
Richard Cordovano 2019-11-26 10:54:59 -05:00 committed by GitHub
commit 41633f3f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ public final class RelationshipBrowser extends JPanel implements Lookup.Provider
*/
public void setSelectionInfo(SelectionInfo info) {
currentSelection = info;
tabPane.setSelectedIndex(0);
((RelationshipsViewer) tabPane.getSelectedComponent()).setSelectionInfo(info);
}