[Tizen] Add missing break on switch case 42/320942/1
authorANZ1217 <chihun.jeong@samsung.com>
Mon, 25 Nov 2024 05:01:37 +0000 (14:01 +0900)
committerANZ1217 <chihun.jeong@samsung.com>
Tue, 26 Nov 2024 01:39:15 +0000 (10:39 +0900)
Change-Id: Ifbcd91b59c9666f5d1c4556dad0c7898aa6abe30

dali-toolkit/internal/controls/text-controls/text-label-impl.cpp

index 02405a87c5953e7c142c7a59e7461b4e563bbc3d..69dfb8af8a93b8f1919f401f9945d67a11538a0a 100644 (file)
@@ -675,6 +675,7 @@ void TextLabel::SetProperty(BaseObject* object, Property::Index index, const Pro
             impl.RequestTextRelayout();
           }
         }
+        break;
       }
     }