mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Added JIRA number for a TBD
This commit is contained in:
parent
140989d9c6
commit
bcad232ee6
@ -825,7 +825,7 @@ public final class DirectoryTreeTopComponent extends TopComponent implements Dat
|
||||
}
|
||||
|
||||
/**
|
||||
* Rebuilds the tree
|
||||
* Rebuilds the directory tree
|
||||
*/
|
||||
private void rebuildTree() {
|
||||
|
||||
@ -835,6 +835,7 @@ public final class DirectoryTreeTopComponent extends TopComponent implements Dat
|
||||
// Select the first node and reset the selection history
|
||||
// This should happen on the EDT once the tree has been rebuilt.
|
||||
// hence the timer to schedule it
|
||||
// TBD JIRA-3838: need to get rid of this delay hack.
|
||||
Timer timer = new Timer( 10, (ActionEvent e) -> {
|
||||
selectFirstChildNode();
|
||||
resetHistory();
|
||||
|
Loading…
x
Reference in New Issue
Block a user