Skip to content
Snippets Groups Projects
Commit 8828e190 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

+ comm

parent f1c05ebf
No related branches found
No related tags found
1 merge request!2631masks transform along with color map (#988), plus some code cleanup
......@@ -36,7 +36,7 @@ void MaskGraphicsProxy::mousePressEvent(QGraphicsSceneMouseEvent* event)
if (!m_zooming)
return;
QGraphicsProxyWidget::mousePressEvent(event);
event->accept();
event->accept(); // prevents propagation to parent widget
}
void MaskGraphicsProxy::mouseReleaseEvent(QGraphicsSceneMouseEvent* 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