mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-09 14:49:32 +00:00
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:
commit
41633f3f76
@ -61,6 +61,7 @@ public final class RelationshipBrowser extends JPanel implements Lookup.Provider
|
|||||||
*/
|
*/
|
||||||
public void setSelectionInfo(SelectionInfo info) {
|
public void setSelectionInfo(SelectionInfo info) {
|
||||||
currentSelection = info;
|
currentSelection = info;
|
||||||
|
tabPane.setSelectedIndex(0);
|
||||||
((RelationshipsViewer) tabPane.getSelectedComponent()).setSelectionInfo(info);
|
((RelationshipsViewer) tabPane.getSelectedComponent()).setSelectionInfo(info);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user