From: Jaeun Choi Date: Thu, 18 Jan 2018 05:09:10 +0000 (+0900) Subject: elm_panel: [atspi][panel] Adds accessibility support for the panel widget X-Git-Tag: accepted/tizen/4.0/unified/20180124.154330~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F167511%2F2;p=platform%2Fupstream%2Felementary.git elm_panel: [atspi][panel] Adds accessibility support for the panel widget @tizen_only Change-Id: I89c47a40c808c71ff991c3e37066f47e1edb2c2f --- diff --git a/src/lib/elm_panel.c b/src/lib/elm_panel.c index 4411524..d53be0b 100644 --- a/src/lib/elm_panel.c +++ b/src/lib/elm_panel.c @@ -472,6 +472,10 @@ _drawer_close(Evas_Object *obj, Evas_Coord w, Evas_Coord h, Eina_Bool anim) // } + // TIZEN_ONLY(20180118) : [atspi][panel] Adds accessibility support for the panel widget + _accessible_panel_hidden_set(obj, EINA_TRUE); + // + return; }