win: make code more "as usual"

This commit is contained in:
Boris Faure 2020-09-01 19:08:52 +02:00
parent 84a46280f6
commit cc552d7ea5
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 1 deletions

View File

@ -7374,7 +7374,7 @@ term_new(Win *wn, Config *config, const char *cmd,
evas_object_show(o);
term->bg = o = elm_layout_add(wn->win);
term->bg_edj = elm_layout_edje_get(term->bg);
term->bg_edj = elm_layout_edje_get(o);
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_size_hint_fill_set(o, EVAS_HINT_FILL, EVAS_HINT_FILL);
if (!theme_apply_elm(o, config, "terminology/background"))