[4.0] Fix SVACE issue 54/151754/2 accepted/tizen/4.0/unified/20170922.195807 submit/tizen_4.0/20170922.094243
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 21 Sep 2017 13:08:50 +0000 (22:08 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 22 Sep 2017 02:05:16 +0000 (02:05 +0000)
- Added to missing break in switch statement at animated-image-visual.cpp:275

Change-Id: Id5792473b76684e4ab08bc73e6148912a41fdb31
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali-toolkit/internal/visuals/animated-image/animated-image-visual.cpp

index 7c933ce..e3f287f 100644 (file)
@@ -274,6 +274,7 @@ void AnimatedImageVisual::DoSetProperty( Property::Index index,
       {
         mWrapModeU = Dali::WrapMode::Type::DEFAULT;
       }
+      break;
     }
     case Toolkit::ImageVisual::Property::WRAP_MODE_V:
     {