Fix text opacity issue
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / text / text-visual.cpp
index c6309f1..b8edc7a 100755 (executable)
@@ -305,6 +305,10 @@ void OpacityConstraint( float& current, const PropertyInputContainer& inputs )
   {
     current = 0.0f;
   }
   {
     current = 0.0f;
   }
+  else
+  {
+    current = 1.0f;
+  }
 }
 
 } // unnamed namespace
 }
 
 } // unnamed namespace