[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:
Benoît Minisini 2014-12-14 13:38:29 +00:00
parent 97dea91d63
commit ac1431d264

View file

@ -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()