[Tizen] Apply initial dali style for NUI binded TextLabel 72/282772/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:51:53 +0000 (17:51 +0900)
Change-Id: I3b3404369a58beaf18ce43ff3d0337bffad659f0
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-csharp-binder/src/dali-wrap.cpp

index d51b776..9420eba 100755 (executable)
@@ -48145,7 +48145,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);
   }
 
@@ -48167,7 +48167,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);
   }