From: taeyoon0.lee Date: Wed, 11 Oct 2017 09:08:53 +0000 (+0900) Subject: Revert "[4.0] make same as LineWrap mode for TextLabel and TextEditor" X-Git-Tag: accepted/tizen/4.0/unified/20171012.230025~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09686c68361d00b500e7ce1aea7329c6557e4ac3;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git Revert "[4.0] make same as LineWrap mode for TextLabel and TextEditor" This reverts commit 0a95b2081e95d20050ac3dd3938948b7b120cb90. Change-Id: Ia2cf74eb79b64a5ea714ff56ac10bad07c3a73e5 --- 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 61aaba6..77005c0 --- 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] );