widget: Inherit paragraph direction from widget parent
authorYoungbok Shin <youngb.shin@samsung.com>
Thu, 17 Nov 2016 05:39:47 +0000 (14:39 +0900)
committerJinYong Park <j4939.park@samsung.com>
Tue, 22 Nov 2016 10:46:57 +0000 (19:46 +0900)
commit859077a8de0074cbfcf98575e4c8f1630f3fc40c
tree9d2de93905987a928a7ebcb1b044df8fa43ed9d9
parent20d0b6440333bc3ccf1ba771dd54e68397b89bd2
widget: Inherit paragraph direction from widget parent

A widget inherited paragraph direction from widget parent
when only the widget was added to widget parent as parent's sub object.
But, even if it is not sub object of parent,
its direcition should be initialized by parent's direction.

@tizen_fix

Change-Id: Id9d11ce3293d63b888c36e537229479c3a08284b
src/lib/elm_widget.c