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

emit

parent 51e3bb64
No related branches found
No related tags found
1 merge request!2282repair segfault when setting projections (#883)
...@@ -101,7 +101,7 @@ void ProjectionsEditorCanvas::onEnteringColorMap() ...@@ -101,7 +101,7 @@ void ProjectionsEditorCanvas::onEnteringColorMap()
m_liveProjection->setIsVisible(false); m_liveProjection->setIsVisible(false);
m_liveProjection->setParent(this); m_liveProjection->setParent(this);
m_data2DItem->projectionPositionChanged(m_liveProjection.get()); emit m_data2DItem->projectionPositionChanged(m_liveProjection.get());
} }
m_block_update = false; m_block_update = false;
......
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