Form editor: When a container has "full" arrangement, keep the z-order of its children as defined by the user.
[DEVELOPMENT ENVIRONMENT] * BUG: Form editor: When a container has "full" arrangement, keep the z-order of its children as defined by the user.
This commit is contained in:
parent
84e8bfd742
commit
c767105ebb
1 changed files with 31 additions and 27 deletions
|
@ -2098,6 +2098,8 @@ Private Sub ArrangeContainer(hParent As Container, sArr As String, Optional bInv
|
||||||
|
|
||||||
$hUndo.Begin
|
$hUndo.Begin
|
||||||
|
|
||||||
|
If sArr <> "F" Then
|
||||||
|
|
||||||
For Each hCtrl In aCtrl
|
For Each hCtrl In aCtrl
|
||||||
If bRec Then
|
If bRec Then
|
||||||
Try hCont = hCtrl
|
Try hCont = hCtrl
|
||||||
|
@ -2133,6 +2135,8 @@ Private Sub ArrangeContainer(hParent As Container, sArr As String, Optional bInv
|
||||||
|
|
||||||
Endif
|
Endif
|
||||||
|
|
||||||
|
Endif
|
||||||
|
|
||||||
$hUndo.End
|
$hUndo.End
|
||||||
|
|
||||||
End
|
End
|
||||||
|
|
Loading…
Reference in a new issue