Re-add lost chunk in group_cycle from r1.113.

This commit is contained in:
okan 2015-08-27 17:43:44 +00:00
parent 6d53091429
commit 5391659629

View File

@ -284,6 +284,9 @@ group_cycle(struct screen_ctx *sc, int flags)
group_hide(newgc);
}
if (showgroup == NULL)
return;
group_hide(oldgc);
if (group_holds_only_hidden(showgroup))