fix recent workspace list update - close #179

This commit is contained in:
Vadim Lopatin 2016-10-11 13:34:00 +03:00
parent 2815b6a02e
commit d1441f9be0
1 changed files with 4 additions and 0 deletions

View File

@ -1361,6 +1361,10 @@ class IDEFrame : AppFrame, ProgramExecutionStatusListener, BreakpointListChangeL
openSourceFile(ws.startupProject.mainSourceFile.filename);
_tabs.setFocus();
}
if (ws) {
_settings.updateRecentWorkspace(ws.filename);
}
}
void refreshProject(Project project) {