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

.

parent 2f575397
No related branches found
No related tags found
1 merge request!2353renames and other clarification in mask/canvas context; restore projections live display (#885)
......@@ -235,7 +235,6 @@ void ProjectionsPlot::clearAll()
}
//! Sets the data to graph from given projection iten.
void ProjectionsPlot::setGraphFromItem(const LineItem* item)
{
if (!m_data_item || !m_data_item->c_field())
......@@ -257,7 +256,6 @@ void ProjectionsPlot::setGraphFromItem(const LineItem* item)
else
ASSERT_NEVER;
auto centers = field->axis(0).binCenters();
auto values = field->flatVector();
graph->setData(QVector<double>(centers.begin(), centers.end()),
......
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