[Atspi][elm_ctxpopup] highlight_set should be EINA_FALSE when highlight is being... 32/94232/1
authorPrasoon Singh <prasoon.16@samsung.com>
Thu, 27 Oct 2016 15:38:13 +0000 (21:08 +0530)
committerPrasoon Singh <prasoon.16@samsung.com>
Thu, 27 Oct 2016 15:38:13 +0000 (21:08 +0530)
Change-Id: Ie831933e73c327ad22e3088447bd2faf5bed21af

src/mobile_lib/elc_ctxpopup.c

index 4d69b81..1611787 100644 (file)
@@ -2340,7 +2340,7 @@ _elm_ctxpopup_elm_interface_atspi_component_highlight_clear(Eo *obj EINA_UNUSED,
 {
    if (sd->scr)
      {
-        elm_object_accessibility_highlight_set(sd->scr, EINA_TRUE);
+        elm_object_accessibility_highlight_set(sd->scr, EINA_FALSE);
         ///TIZEN_ONLY(20170717) : expose highlight information on atspi
         elm_interface_atspi_accessible_state_changed_signal_emit(obj, ELM_ATSPI_STATE_HIGHLIGHTED, EINA_FALSE);
         ///