checkbox bug fix
This commit is contained in:
parent
7e92a54550
commit
e3eea126e1
@ -80,7 +80,6 @@ void label_img::init()
|
|||||||
{
|
{
|
||||||
m_objBoundingBoxes.clear();
|
m_objBoundingBoxes.clear();
|
||||||
m_bLabelingStarted = false;
|
m_bLabelingStarted = false;
|
||||||
m_bVisualizeClassName = false;
|
|
||||||
m_focusedObjectLabel = 0;
|
m_focusedObjectLabel = 0;
|
||||||
|
|
||||||
QPoint mousePosInUi = this->mapFromGlobal(QCursor::pos());
|
QPoint mousePosInUi = this->mapFromGlobal(QCursor::pos());
|
||||||
|
Loading…
Reference in New Issue
Block a user