From 56e9ce0b36095fa283121df137395a15c29bb6cd Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Tue, 12 Sep 2017 15:44:18 +0900 Subject: [PATCH] Revert "[Tizen] make same as LineWrap mode for TextLabel and TextEditor" This reverts commit 71848a74e946736eed351f8c03c22831c66d7884. Change-Id: Ie7f625f0da38aea4072b269ce2a744436fc189c8 --- dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp diff --git a/dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp b/dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp old mode 100755 new mode 100644 index 97cdb82..d089d97 --- a/dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp +++ b/dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp @@ -79,8 +79,8 @@ const unsigned int HORIZONTAL_ALIGNMENT_STRING_TABLE_COUNT = sizeof( HORIZONTAL_ const Scripting::StringEnum LINE_WRAP_MODE_STRING_TABLE[] = { - { "WRAP_MODE_WORD", Toolkit::Text::Layout::LineWrap::WORD }, - { "WRAP_MODE_CHARACTER", Toolkit::Text::Layout::LineWrap::CHARACTER } + { "WORD", Toolkit::Text::Layout::LineWrap::WORD }, + { "CHARACTER", Toolkit::Text::Layout::LineWrap::CHARACTER } }; const unsigned int LINE_WRAP_MODE_STRING_TABLE_COUNT = sizeof( LINE_WRAP_MODE_STRING_TABLE ) / sizeof( LINE_WRAP_MODE_STRING_TABLE[0] ); -- 2.7.4