[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:
parent
a8df410d30
commit
1549884b70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue