Apply initial dali style for NUI binded TextLabel 68/282768/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 11 Oct 2022 08:20:16 +0000 (17:20 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 11 Oct 2022 08:20:16 +0000 (17:20 +0900)
Change-Id: I3b3404369a58beaf18ce43ff3d0337bffad659f0
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-csharp-binder/src/dali-wrap.cpp

index 2cb7e03..1029a08 100755 (executable)
@@ -48134,7 +48134,7 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_TextLabel_New__SWIG_0() {
 
   {
     try {
-      result = Dali::Toolkit::TextLabel::New(Dali::Toolkit::Control::ControlBehaviour::DISABLE_STYLE_CHANGE_SIGNALS);
+      result = Dali::Toolkit::TextLabel::New();
     } CALL_CATCH_EXCEPTION(0);
   }
 
@@ -48156,7 +48156,7 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_TextLabel_New__SWIG_1(char * jarg1) {
   arg1 = &arg1_str;
   {
     try {
-      result = Dali::Toolkit::TextLabel::New(Dali::Toolkit::Control::ControlBehaviour::DISABLE_STYLE_CHANGE_SIGNALS, (std::string const &)*arg1);
+      result = Dali::Toolkit::TextLabel::New((std::string const &)*arg1);
     } CALL_CATCH_EXCEPTION(0);
   }