Bug #8178: in particle edit mode, select linked under the mouse should

only work with L-key, not ctrl+L, makes it seems as if ctrl+L type
selected linked is not working correct, while it is just not implemented.
This commit is contained in:
Brecht Van Lommel 2008-01-29 20:53:19 +00:00
parent 3d3023126a
commit 3a3fe8a480

@ -2173,6 +2173,7 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
select_linked_tfaces(2); select_linked_tfaces(2);
} }
else if(G.f & G_PARTICLEEDIT) { else if(G.f & G_PARTICLEEDIT) {
if(G.qual==0)
PE_select_linked(); PE_select_linked();
} }
else { else {