win: get out of grouped-input

This commit is contained in:
Boris Faure 2018-02-08 18:40:27 +01:00
parent 34f19bf4dd
commit 7cb67a2bce
1 changed files with 1 additions and 1 deletions

View File

@ -1797,7 +1797,7 @@ _win_toggle_group(Win *wn)
}
else
{
wn->group_input = EINA_TRUE;
wn->group_input = EINA_FALSE;
DBG("GROUP INPUT is now FALSE");
EINA_LIST_FOREACH(wn->terms, l, term)
{