[DEVELOPMENT ENVIRONMENT]
* NEW: Don't force the form hierarchy to be expanded. git-svn-id: svn://localhost/gambas/trunk@6739 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
97dea91d63
commit
ac1431d264
1 changed files with 6 additions and 6 deletions
|
@ -273,12 +273,12 @@ Public Sub tvwControl_Select()
|
|||
|
||||
End
|
||||
|
||||
Public Sub tvwControl_Collapse()
|
||||
|
||||
tvwControl.Item.Expanded = True
|
||||
|
||||
End
|
||||
|
||||
' Public Sub tvwControl_Collapse()
|
||||
'
|
||||
' tvwControl.Item.Expanded = True
|
||||
'
|
||||
' End
|
||||
'
|
||||
|
||||
Public Sub ReadConfig()
|
||||
|
||||
|
|
Loading…
Reference in a new issue