Skip to content
Snippets Groups Projects
Commit 476e98e4 authored by Tim Molter's avatar Tim Molter
Browse files

another fix for issue#99 after mistakingly reverting it

parent 0b63d00a
Branches
No related tags found
No related merge requests found
...@@ -193,7 +193,7 @@ public class XChartPanel extends JPanel { ...@@ -193,7 +193,7 @@ public class XChartPanel extends JPanel {
public boolean accept(File f) { public boolean accept(File f) {
if (f.isDirectory()) { if (f.isDirectory()) {
return false; return true;
} }
String s = f.getName(); String s = f.getName();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment