0000353: Graphical selection

This commit is contained in:
wmayer
2012-04-28 17:49:49 +02:00
parent 4f31e167c7
commit 2c54c3cedc
5 changed files with 78 additions and 4 deletions

View File

@@ -495,6 +495,7 @@ int RectangleSelection::mouseButtonEvent( const SoMouseButtonEvent * const e, co
{
releaseMouseModel();
m_bWorking = false;
_clPoly.push_back(e->getPosition());
ret = Finish;
} break;
default: