checkbox bug fix

This commit is contained in:
Yonghye Kwon 2023-01-13 01:08:21 +09:00
parent 7e92a54550
commit e3eea126e1

View File

@ -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());