From: Heeyong Song Date: Mon, 11 Sep 2017 08:51:23 +0000 (+0900) Subject: Revert "[Tizen] make same as LineWrap mode for TextLabel and TextEditor" X-Git-Tag: accepted/tizen/4.0/unified/20170918.093549~9 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=0c4df48761acb05ee0d2955e0128ee7464d8037f Revert "[Tizen] make same as LineWrap mode for TextLabel and TextEditor" This reverts commit 9e65fc44ec4a22b9c5fe2baa63a4b1c4f9f8bf37. Change-Id: I4f08056c5542a3f145e05aa33c3b301469dbb402 --- 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] );