If loopcut was cancelled, the screen was not refreshed to get rid of the last preview line.

Thanks to Desoto for reporting.
This commit is contained in:
Johnny Matthews
2005-07-13 19:39:01 +00:00
parent cb694458a6
commit 64af8d0ced

View File

@@ -266,6 +266,13 @@ void CutEdgeloop(int numcuts){
}
}
}
scrarea_do_windraw(curarea);
screen_swapbuffers();
#ifndef __APPLE__
if(G.vd->drawtype>OB_WIRE && (G.vd->flag & V3D_ZBUF_SELECT)) {
backdrawview3d(0);
}
#endif
if(cancel){
return;
}