Revert "[3.0] Fix Control::ClearBackground" 13/75413/1
authortaeyoon <taeyoon0.lee@samsung.com>
Sat, 18 Jun 2016 04:57:36 +0000 (13:57 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Sat, 18 Jun 2016 04:57:51 +0000 (13:57 +0900)
This reverts commit 5f3e72ebe4dc3a8268894a622187bf988aec06e7.

Change-Id: I9b831a9d6819101bb6e7ed6fc5a4b728706bda11

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

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