TizenRefApp-7102 apply "more/default" style to ContextPopup 77/87377/2
authorDmytro Dragan <dm.dragan@samsung.com>
Wed, 7 Sep 2016 15:35:51 +0000 (18:35 +0300)
committerAndrey Klimenko <and.klimenko@samsung.com>
Thu, 8 Sep 2016 07:40:16 +0000 (00:40 -0700)
Change-Id: I06d010a8c092979e684d5294be57e02406dd0c68
Signed-off-by: Dmytro Dragan <dm.dragan@samsung.com>
src/Common/View/src/ContextPopup.cpp

index 4e58870..a38f6dd 100644 (file)
@@ -87,8 +87,7 @@ void ContextPopup::createContextPopup(Evas_Object *parent)
 {
     setEo(elm_ctxpopup_add(parent));
 
-    //TODO: Should be uncommented when "more/default" style will be supported.
-    //elm_object_style_set(getEo(), "more/default");
+    elm_object_style_set(getEo(), "more/default");
     elm_ctxpopup_horizontal_set(getEo(), EINA_FALSE);
     elm_ctxpopup_auto_hide_disabled_set(getEo(), EINA_TRUE);
     evas_object_smart_callback_add(getEo(), "dismissed", on_dismissed_cb, this);