mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
load prev save better
This commit is contained in:
@@ -883,10 +883,10 @@ public class DebugEditor extends JavaEditor implements ActionListener {
|
||||
"Select YES to view it or NO to delete the backup.");
|
||||
if(response == JOptionPane.YES_OPTION){
|
||||
handleOpenInternal(pastSave.getAbsolutePath());
|
||||
//log(getSketch().getMainFilePath());
|
||||
autosaver = new AutoSaveUtil(this, 5);
|
||||
}
|
||||
else{
|
||||
autosaver.init();
|
||||
}
|
||||
autosaver.init();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user