[GB.FORM.MDI]

* BUG: ToolBar: Fix separators automatic hiding.


git-svn-id: svn://localhost/gambas/trunk@4620 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2012-04-13 12:56:39 +00:00
parent 9541a7918c
commit a04d1a9113

View file

@ -1184,7 +1184,7 @@ Private Sub CheckSeparators()
If hChild Is Separator Then If hChild Is Separator Then
hChild.Hide hChild.Hide
Continue Continue
Else If hChild.Expand Then Else If hLast And If hChild.Expand Then
hLast.Hide hLast.Hide
Endif Endif
Endif Endif