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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user