polish Mesh workbench

This commit is contained in:
wmayer
2018-09-18 14:53:37 +02:00
parent dc5414d060
commit 2290a37a83
4 changed files with 160 additions and 77 deletions

View File

@@ -1024,7 +1024,7 @@ void ViewProviderMesh::selectGLCallback(void * ud, SoEventCallback * n)
n->setHandled();
std::vector<SbVec2f> clPoly = view->getGLPolygon();
if (clPoly.size() != 1)
if (clPoly.size() != 2)
return;
const SoEvent* ev = n->getEvent();