Update label_img.cpp

This commit is contained in:
Yonghye Kwon 2018-12-12 16:06:29 +09:00 committed by GitHub
parent 85447bb6fc
commit a2d9b55f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,8 +50,6 @@ void label_img::mousePressEvent(QMouseEvent *ev)
}
else
{
setMousePosition(ev->x(), ev->y());
ObjectLabelingBox objBoundingbox;
objBoundingbox.label = m_focusedObjectLabel;