Doing the hotkey modifiers for select non-manifold the Ton way.

This commit is contained in:
Chris Want 2005-01-30 21:33:12 +00:00
parent 4d17f9797c
commit 732f608e33

@ -1354,8 +1354,7 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
else if((G.qual==0) || (G.qual==LR_CTRLKEY)) {
mirrormenu();
}
if ( !(~G.qual &
(LR_SHIFTKEY | LR_ALTKEY | LR_CTRLKEY)) ) {
if ( G.qual == (LR_SHIFTKEY | LR_ALTKEY | LR_CTRLKEY) ) {
if(G.obedit->type==OB_MESH) select_non_manifold();
}
}