Disable main window blocking when displaying a screenshot

This commit is contained in:
Daniel Zaoui 2017-06-25 11:10:59 +03:00
parent 390739d795
commit 252f013174
1 changed files with 0 additions and 1 deletions

View File

@ -193,7 +193,6 @@ gui_show_screenshot_win_create(Eo *__main_parent)
efl_gfx_size_set(win, 300, 300);
evas_object_size_hint_weight_set(win, 1.000000, 1.000000);
elm_win_title_set(win, "Screenshot");
elm_win_modal_set(win, EINA_TRUE);
bg = efl_add(ELM_BG_CLASS, win);
pub_widgets->bg = bg;
evas_object_size_hint_weight_set(bg, 1.000000, 1.000000);