[DEVELOPMENT ENVIRONMENT]

* BUG: Keep the open files order in the Workspace when closing a project.


git-svn-id: svn://localhost/gambas/trunk@3656 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2011-03-16 23:54:52 +00:00
parent a8df410d30
commit 1549884b70

View file

@ -600,7 +600,7 @@ Private Function CloseProject() As Boolean
Design.WriteBreakpoints Design.WriteBreakpoints
Config.Clear("/OpenFile") Config.Clear("/OpenFile")
For Each hForm In Files 'Workspace.Children For Each hForm In Workspace.Children
If Not hForm.Closed Then If Not hForm.Closed Then