This commit is contained in:
Manindra Moharana
2014-06-01 17:02:05 +05:30
parent 34fdfe6a50
commit 96f50e975f
2 changed files with 37 additions and 28 deletions

View File

@@ -921,7 +921,7 @@ public class DebugEditor extends JavaEditor implements ActionListener {
vi.setTitle(getSketch().getName());
}
// if file location has changed, update autosaver
autosaver.reloadAutosaveDir();
// autosaver.reloadAutosaveDir();
return saved;
}