Skip to content
Snippets Groups Projects
Commit 1d51423a authored by Mikhail Svechnikov's avatar Mikhail Svechnikov Committed by Wuttke, Joachim
Browse files

substract only shown masks

parent 83ab71b2
No related branches found
No related tags found
No related merge requests found
...@@ -90,8 +90,8 @@ QPainterPath IShape2DView::maskedShape() const ...@@ -90,8 +90,8 @@ QPainterPath IShape2DView::maskedShape() const
continue; continue;
if (itemMaskValue(view->parameterizedItem())) if (itemMaskValue(view->parameterizedItem()))
continue; continue;
if(const auto* maskItem = dynamic_cast<const MaskItem*>(view->parameterizedItem())) if (const auto* maskItem = dynamic_cast<const MaskItem*>(view->parameterizedItem()))
if(!maskItem->isVisibleValue()) if (!maskItem->isVisibleValue())
continue; continue;
if (!(view->zValue() > zValue())) if (!(view->zValue() > zValue()))
continue; continue;
......
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