if "save as" is used, the library root path is set, if the new location

is not accessible from the current root path.
This commit is contained in:
hneemann 2018-01-31 12:18:34 +01:00
parent e51f3eb3b9
commit 294a7e73c7

View File

@ -480,6 +480,7 @@ public final class Main extends JFrame implements ClosingWindowListener.ConfirmS
switch (res) {
case 0:
saveFile(file, true);
library.setRootFilePath(file.getParentFile());
break;
case 1:
saveAsHelper.retryFileSelect();