6938481: 4906607 is not fixed for NIMBUS L&F
Reviewed-by: alexp
This commit is contained in:
parent
5a66416a07
commit
04c87a2d5e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user