Unparents internalRoot actor when gaussian-blur-view is deactived. 56/227756/1
authorSeungho, Baek <sbsh.baek@samsung.com>
Mon, 16 Mar 2020 07:33:20 +0000 (16:33 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Mon, 16 Mar 2020 07:33:20 +0000 (16:33 +0900)
commit7d7006623dc5520280ceebd56c102aa76f121c3d
treef7144ea1fbe48607826bb2a3c664aecaa4c2f8ec
parentf9e6204f517b3ecf1fa0fc6e6ff957578de0155f
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