Fixed Edge shift selection with Ctrl-Alt-Shift-Right click

Please, if you find anymore bugs like this, report them.
This commit is contained in:
2003-10-28 17:47:04 +00:00
parent 5bd910ae2c
commit f7b513ea7a

View File

@@ -730,7 +730,7 @@ void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
else if(G.obedit->type==OB_ARMATURE)
mouse_armature();
}
else if((G.obedit) && (G.qual==(LR_CTRLKEY|LR_ALTKEY)))
else if((G.obedit) && (G.qual & (LR_CTRLKEY|LR_ALTKEY)))
mouse_mesh();
else if(G.obpose) {
if (G.obpose->type==OB_ARMATURE)