Skip to content

Commit 28cbce7

Browse files
committed
fixed #120
1 parent 83bba72 commit 28cbce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/UI/GGroup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ void UpdateBounds()
201201
for (i = 0; i < cnt; i++)
202202
{
203203
child = parent.GetChildAt(i);
204-
if (child.group != this)
204+
if (child.group != this || _excludeInvisibles && !child.internalVisible3)
205205
continue;
206206

207207
tmp = child.xMin;

0 commit comments

Comments
 (0)