Skip to content

Commit 9df9cbc

Browse files
author
pandamicro
committed
Fix nested scroll view rendering issue
1 parent 6748dfc commit 9df9cbc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

extensions/ccui/uiwidgets/scroll-widget/UIScrollViewWebGLRenderCmd.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
for (i = 0, len = locCmds.length; i < len; i++) {
2828
cmd = locCmds[i];
2929
checkNode = cmd._node;
30-
if (checkNode instanceof ccui.ScrollView)
31-
continue;
3230
if (checkNode && checkNode._parent && checkNode._parent._inViewRect === false)
3331
continue;
3432

0 commit comments

Comments
 (0)