Fix IME does not show when other imcontext is deleted 51/113951/2
authorInHong Han <inhong1.han@samsung.com>
Thu, 9 Feb 2017 07:35:21 +0000 (16:35 +0900)
committerInHong Han <inhong1.han@samsung.com>
Thu, 9 Feb 2017 10:53:16 +0000 (19:53 +0900)
commit768bd2ff07105228aeff7465da08315d12d5d9d5
treefdeec44ceee209c51e3f743d3e4b8c3e462096bd
parent1d387e1b7a932dc4b8d01bbebefe663d0be6b4a5
Fix IME does not show when other imcontext is deleted

If the application deletes other imcontext immediately after the input_panel_show
request, the IME will not be shown by input_panel_hide event. So modified to compare
focused_context with deleted_context.

Change-Id: I19bd19e22bb4e571b928229603c2df2aea564356
src/e_mod_main.c