From e26ba560e1fbaaf93855828de24e6a2702eeb2a3 Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Mon, 11 Sep 2017 17:55:33 +0900 Subject: [PATCH] [4.0] make same as LineWrap mode for TextLabel and TextEditor Change-Id: I5aae60880bcd9d703d8e1012b3d04001719d89b5 --- dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 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 100644 new mode 100755 index 77005c0..61aaba6 --- 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[] = { - { "WORD", Toolkit::Text::Layout::LineWrap::WORD }, - { "CHARACTER", Toolkit::Text::Layout::LineWrap::CHARACTER } + { "WRAP_MODE_WORD", Toolkit::Text::Layout::LineWrap::WORD }, + { "WRAP_MODE_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