[3.0] Fix Control::ClearBackground 17/75417/1
authortaeyoon <taeyoon0.lee@samsung.com>
Sat, 18 Jun 2016 05:04:21 +0000 (14:04 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Sat, 18 Jun 2016 05:04:35 +0000 (14:04 +0900)
Change-Id: Ia97a99b6df51b7801fba6e0897659b913e970294

dali-toolkit/public-api/controls/control-impl.cpp

index ef276bb..22b460f 100644 (file)
@@ -479,6 +479,7 @@ void Control::ClearBackground()
 {
   Actor self( Self() );
   mImpl->mBackgroundRenderer.RemoveAndReset( self );
+  mImpl->mBackgroundColor = Color::TRANSPARENT;
 }
 
 void Control::EnableGestureDetection(Gesture::Type type)