[#13723] Select -> Grouped -> Objects in Same Group doesn't work directly after appending

Menu was shown even when it couldn't do anything. behavior now matches the object copy menu.
This commit is contained in:
Campbell Barton 2008-06-11 10:45:41 +00:00
parent ef0ea178b1
commit d0fc57e5df

@ -2084,7 +2084,7 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
}
else if(ob && (ob->flag & OB_POSEMODE))
pose_select_grouped_menu();
else
else if (ob)
select_object_grouped_menu();
else if((G.obedit==0) && G.qual==LR_ALTKEY) {
if(okee("Clear location")) {