fixed bug in vertices selection. now the plugin stop to select when you release the mouse button.

This commit is contained in:
Guido Ranzuglia granzuglia 2010-07-02 06:30:19 +00:00
parent 46ef5c3a49
commit f1e08093b1

View File

@ -114,6 +114,7 @@ void EditSelectPlugin::mousePressEvent(QMouseEvent * event, MeshModel &m, GLArea
gla->update();
prev=cur;
cur=event->pos();
isDragging = false;
}
void EditSelectPlugin::DrawXORRect(GLArea * gla, bool doubleDraw)