Unparents internalRoot actor when gaussian-blur-view is deactived. 30/229030/1
authorSeungho, Baek <sbsh.baek@samsung.com>
Mon, 16 Mar 2020 07:33:20 +0000 (16:33 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Fri, 27 Mar 2020 07:11:41 +0000 (16:11 +0900)
commit1bd911ea206ea2cb68f7d80c0dfcc3579043ea84
tree2753d500b80906db7a5353dd6aaa31d8bde41725
parent59e01304b26f89e7acd2d3dd77d3fe0902c520d9
Unparents internalRoot actor when gaussian-blur-view is deactived.

 - After gaussian-blur-view is once activated, Renderers of internalRoot actor are remained.
   When the gaussian-blur-view become deactived, internalRoot is still child of the View,
   and, the renderers of internalRoot will be renderered.
 - So, to add the internalRoot to gaussian-blur-view when it is actived and
   to unparent the internalRoot when the view become deactived, make the renderers do not affect rendering results.

Change-Id: If147583d008662335c539b0e016abeb67e0a9679
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
automated-tests/src/dali-toolkit/utc-Dali-GaussianBlurView.cpp
dali-toolkit/internal/controls/gaussian-blur-view/gaussian-blur-view-impl.cpp