[DEVELOPMENT ENVIRONMENT]
* BUG: Oops. Fix a forgotten bug in the last commit. git-svn-id: svn://localhost/gambas/trunk@3150 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
e9419adbf7
commit
21008d01b9
1 changed files with 2 additions and 2 deletions
|
@ -193,10 +193,10 @@ Private Sub FillTree()
|
|||
tvwClasses.Add("$", "Project", Picture["img/16/gambas.png"])
|
||||
For Each sClass In Project.GetClasses()
|
||||
|
||||
tvwClasses.Add("Project" &/ sClass, sClass,, "Project")
|
||||
tvwClasses.Add("$" &/ sClass, sClass,, "$")
|
||||
|
||||
Next
|
||||
tvwClasses["Project"].Expanded = True
|
||||
tvwClasses["$"].Expanded = True
|
||||
|
||||
For Each hClass In CComponent.Classes
|
||||
|
||||
|
|
Loading…
Reference in a new issue