Elm_Entry: set handler style according to current widget style 33/34033/1
authorJaeun Choi <jaeun12.choi@samsung.com>
Tue, 20 Jan 2015 01:32:06 +0000 (10:32 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Tue, 20 Jan 2015 10:45:09 +0000 (19:45 +0900)
commit883401214451d00ac615211fafadf01e13127266
tree1479aa2e0f4f124059ec2385addb5c3df97eb0a1
parentc6ab4906f72963ca55d6ddca0def7b8c02fed878
Elm_Entry: set handler style according to current widget style

Previously, entry set handlers' style as default when they are created
and changed style on theme_apply function. But in usual scenario, users create
entry and set style before handlers are created, so when they are created
the style is set as default regardless of the style users already set.
This patch fixes it.

@fix

Change-Id: Icc9b2e1ca8e14349c9201df369072539906052b8
src/lib/elm_entry.c