mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
add a comment about a bug
This commit is contained in:
parent
101192f0f3
commit
ded8558545
@ -86,6 +86,10 @@ public abstract class AbstractDataResultViewer extends JPanel implements
|
||||
// there's a new/changed node to display
|
||||
Node newSelectedNode = selectedNode; // get the selected Node on the table
|
||||
// push the node to default "DataContent"
|
||||
//TODO only the active viewer should be calling setNode
|
||||
//not all of them, otherwise it results in multiple setNode() invocations
|
||||
//alternative is to use a single instance of the event listener
|
||||
//, per top component and not the tab perhaps
|
||||
contentViewer.setNode(newSelectedNode);
|
||||
} else {
|
||||
// clear the node viewer
|
||||
|
Loading…
x
Reference in New Issue
Block a user