elm_panel: [atspi][panel] Adds accessibility support for the panel widget 11/167511/2
authorJaeun Choi <jaeun12.choi@samsung.com>
Thu, 18 Jan 2018 05:09:10 +0000 (14:09 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Thu, 18 Jan 2018 05:40:30 +0000 (05:40 +0000)
@tizen_only

Change-Id: I89c47a40c808c71ff991c3e37066f47e1edb2c2f

src/lib/elm_panel.c

index 4411524..d53be0b 100644 (file)
@@ -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;
      }