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