elm: test_glview - allow window to close

This commit is contained in:
Amitesh Singh 2016-07-04 13:33:25 +05:30
parent 07ea964e9f
commit 09aee47f58
1 changed files with 1 additions and 0 deletions

View File

@ -640,6 +640,7 @@ test_glview(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_in
efl_ui_win_name_set(eo_self, "glview"),
efl_text_set(eo_self, "GLView"),
efl_ui_win_accel_preference_set(eo_self, "gl:depth"));
elm_win_autodel_set(win, EINA_TRUE);
#endif
bx = elm_box_add(win);