3650 add back loop over entire set of files for logical files dsp

This commit is contained in:
William Schaefer 2018-03-22 10:51:42 -04:00
parent b239a19329
commit 73f36a676b
2 changed files with 3 additions and 0 deletions

View File

@ -191,6 +191,9 @@ final class LocalFilesPanel extends javax.swing.JPanel {
StringBuilder allPaths = new StringBuilder();
for (File f : files) {
currentFiles.add(f);
}
for (File f : currentFiles) {
//loop over set of all files to ensure list is accurate
//update label
allPaths.append(f.getAbsolutePath()).append("\n");
}

BIN
Core/test/filter_test1.img Normal file

Binary file not shown.