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

clang-format

parent e27e1600
No related branches found
No related tags found
1 merge request!2250repair recently introduced bug
Pipeline #124001 passed
......@@ -674,7 +674,7 @@ bool MaskGraphicsScene::isValidForLineDrawing(QGraphicsSceneMouseEvent* event) c
if (!::isLineMode(m_mask_mode))
return false;
if (QGraphicsItem* graphicsItem = itemAt(event->scenePos(), QTransform()))
if (dynamic_cast<LineOverlay*>(graphicsItem))
if (dynamic_cast<LineOverlay*>(graphicsItem))
return false;
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment