Skip to content
Snippets Groups Projects
Commit 263ecd12 authored by Yurov, Dmitry's avatar Yurov, Dmitry
Browse files

Enable material tuning

parent 8e6a80a8
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,8 @@ void ParameterTreeUtils::createParameterTree(JobItem* jobItem)
SessionItem* container = jobItem->model()->insertNewItem(Constants::ParameterContainerType,
jobItem->index(), -1, JobItem::T_PARAMETER_TREE);
populateParameterContainer(container, jobItem->getItem(JobItem::T_MATERIAL_CONTAINER));
populateParameterContainer(container, jobItem->getItem(JobItem::T_SAMPLE));
populateParameterContainer(container, jobItem->getItem(JobItem::T_INSTRUMENT));
......
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