Added JIRA number for a TBD

This commit is contained in:
Raman 2018-05-10 11:15:17 -04:00
parent 140989d9c6
commit bcad232ee6

View File

@ -825,7 +825,7 @@ public final class DirectoryTreeTopComponent extends TopComponent implements Dat
} }
/** /**
* Rebuilds the tree * Rebuilds the directory tree
*/ */
private void rebuildTree() { private void rebuildTree() {
@ -835,6 +835,7 @@ public final class DirectoryTreeTopComponent extends TopComponent implements Dat
// Select the first node and reset the selection history // Select the first node and reset the selection history
// This should happen on the EDT once the tree has been rebuilt. // This should happen on the EDT once the tree has been rebuilt.
// hence the timer to schedule it // hence the timer to schedule it
// TBD JIRA-3838: need to get rid of this delay hack.
Timer timer = new Timer( 10, (ActionEvent e) -> { Timer timer = new Timer( 10, (ActionEvent e) -> {
selectFirstChildNode(); selectFirstChildNode();
resetHistory(); resetHistory();