re enable button overlay

This commit is contained in:
Vincent Torri 2021-04-21 12:43:21 +02:00
parent d804bcfe32
commit 11f8f335c4
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
o = elm_button_add(win); \
elm_object_content_set(o, entice->_action); \
elm_object_focus_allow_set(o, EINA_FALSE); \
elm_object_style_set(o, "overlay"); \
evas_object_show(o); \
elm_object_part_content_set(entice->layout, "entice." #_action, o); \
\