提交 86a9d2ae 编写于 作者: R rupashka

6938481: 4906607 is not fixed for NIMBUS L&F

Reviewed-by: alexp
上级 7a0facf2
...@@ -788,7 +788,7 @@ public class SynthFileChooserUIImpl extends SynthFileChooserUI { ...@@ -788,7 +788,7 @@ public class SynthFileChooserUIImpl extends SynthFileChooserUI {
// for example /foo/bar/ becomes /foo/bar // for example /foo/bar/ becomes /foo/bar
File canonical; File canonical;
try { try {
canonical = directory.getCanonicalFile(); canonical = ShellFolder.getNormalizedFile(directory);
} catch (IOException e) { } catch (IOException e) {
// Maybe drive is not ready. Can't abort here. // Maybe drive is not ready. Can't abort here.
canonical = directory; canonical = directory;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册