mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 09:34:36 +00:00
fixed bug in vertices selection. now the plugin stop to select when you release the mouse button.
This commit is contained in:
parent
46ef5c3a49
commit
f1e08093b1
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user