Skip to content

Commit 32e88b0

Browse files
author
pandamicro
committed
Fix cc.ScrollView dirty flag not setting issue
1 parent 7daa471 commit 32e88b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extensions/gui/scrollview/CCScrollViewCanvasRenderCmd.js

+2
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,7 @@
7979
}
8080
}
8181
cc.renderer.pushRenderCommand(this.endCmd);
82+
83+
this._dirtyFlag = 0;
8284
};
8385
})();

0 commit comments

Comments
 (0)