[#7531] Linked Flat Faces doesn't work anymore

Modifier checks weren't done properly, so it fell into edge_flip instead.
This commit is contained in:
Martin Poirier
2007-10-24 19:25:34 +00:00
parent 6c54cd87ce
commit 16637204fd

View File

@@ -1848,7 +1848,7 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
fill_mesh();
else if(G.qual==LR_ALTKEY)
beauty_fill();
else if(G.qual & (LR_CTRLKEY|LR_SHIFTKEY))
else if(G.qual==(LR_CTRLKEY|LR_SHIFTKEY))
edge_flip();
else if (G.qual==0)
addedgeface_mesh();