checkbox bug fix

This commit is contained in:
Yonghye Kwon 2023-01-13 01:08:21 +09:00
parent 7e92a54550
commit e3eea126e1
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ void label_img::init()
{
m_objBoundingBoxes.clear();
m_bLabelingStarted = false;
m_bVisualizeClassName = false;
m_focusedObjectLabel = 0;
QPoint mousePosInUi = this->mapFromGlobal(QCursor::pos());