Skip to content
Snippets Groups Projects
Commit d82ffe89 authored by d.kilic's avatar d.kilic
Browse files

Fix: setting/moving ROI for tracking/reco

parent c78978af
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,7 @@ void GraphicsView::mousePressEvent(QMouseEvent *event)
}else{
emit colorSelected(event->pos(), this);
}
QGraphicsView::mousePressEvent(event);
}
//---------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment