mirror of https://github.com/buggins/dlangide.git
fix recent workspace list update - close #179
This commit is contained in:
parent
2815b6a02e
commit
d1441f9be0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue