[3.0] Fix Control::ClearBackground
[platform/core/uifw/dali-toolkit.git] / 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)