Fix for bug #5976:
Object separated from mesh in edit mode did not draw in the correct green wire color when part of a group.
This commit is contained in:
@@ -4706,7 +4706,7 @@ void adduplicate(int mode, int dupflag)
|
||||
if(object_in_group(ob, group))
|
||||
add_to_group(group, obn);
|
||||
}
|
||||
obn->flag &= OB_FROMGROUP; /* this flag is unset with copy_object() */
|
||||
obn->flag |= OB_FROMGROUP; /* this flag is unset with copy_object() */
|
||||
}
|
||||
|
||||
if(BASACT==base) BASACT= basen;
|
||||
|
||||
Reference in New Issue
Block a user