Grouping ungrouped channels in the Action Editor was broken by the previous commit to prevent hidden channels from showing.
This commit is contained in:
Joshua Leung
2008-01-22 23:24:55 +00:00
parent b2f3c6ffe2
commit b398248b8e

View File

@@ -981,7 +981,7 @@ void action_groups_group (short add_group)
/* make sure not already in new-group */
if (achan->grp != agrp) {
if ((achan->grp) && (EXPANDED_AGRP(achan->grp))) {
if ((achan->grp==NULL) || (EXPANDED_AGRP(achan->grp))) {
if (VISIBLE_ACHAN(achan) && SEL_ACHAN(achan)) {
/* unlink from everything else */
action_groups_removeachan(act, achan);