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)
commit0329b987b1c96574156c15584abd07f333987500
tree3c0174160abe17bd4d3cebb063491d0fbc2e8f50
parent7b84300ce5642cba239b8e9ff359a0c6a6127209
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
src/lib/elm_entry.c