Revert "[3.0] Fix Control::ClearBackground" 06/83206/1
authortaeyoon <taeyoon0.lee@samsung.com>
Tue, 9 Aug 2016 11:29:17 +0000 (20:29 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Tue, 9 Aug 2016 11:29:33 +0000 (20:29 +0900)
This reverts commit a3b8e4ceb55cc02f51c070b035794d067202badf.

Change-Id: Iae3511cd412082409b33f5bf61d8eb5071f42e62

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)