Elm_Entry: set handler style according to current widget style
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 01:32:06 +0000 (10:32 +0900)
commitb817a5ca268a8f6fe5e5e705a42388aa09dad618
tree5bead41a5e35c1430b5e532bf85b80afe8df0b71
parentf3825f83d4f6eea2c3b85eff06fe760e4dbcd6eb
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
legacy/elementary/src/lib/elm_entry.c