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

restore display of masked pixels (lightbulb button)

parent 0a4f5e12
No related branches found
No related tags found
1 merge request!2269restore display of masked pixels (lightbulb button)
Pipeline #125026 failed
......@@ -90,6 +90,7 @@ void MaskEditorCanvas::onPresentationChange(bool pixelized)
m_data2DItem->setInterpolated(m_backup_interpolated);
}
}
m_scene->updateSize(m_view->size()); // TODO replace by proper repaint command
if (auto* container = m_data2DItem->maskContainerItem())
for (MaskItem* mask : container->modifiableMaskItems())
......
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