entry: fix clearing selection region problem while it's already selected.
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 15 Aug 2014 08:44:13 +0000 (17:44 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 15 Aug 2014 08:44:13 +0000 (17:44 +0900)
commit4d7622537f92cbf820fcaf41b4f9360e8f27359c
tree4119796be80a0fb31f85ac1ba1054678dfaab415
parentc1b88acaddec43db699c807fa3342c92bf59a93b
entry: fix clearing selection region problem while it's already selected.

if entry has selection, it would be cleared if selection region set is requested again.
because entry cancel the selection area after it reset the selection area.
unfortunately, the selection area is new selection so selection area is gone.

this patch prevent clearing selection and keep the new selection.

@fix
src/lib/elm_entry.c