Skip to content
Snippets Groups Projects

Allow changing roughness height statistics in GUI

Merged Mikhail Svechnikov requested to merge m.i1016 into main
Files
3
@@ -112,7 +112,6 @@ LayerForm::LayerForm(QWidget* parent, LayerItem* layerItem, SampleEditorControll
"Used for Average Layer Material calculations \n"
"when corresponding simulation option is set."));
// m_layout->addSelection(m_layer->roughnessSelection());
m_layout->addRow(
new RoughnessForm(this, m_layer->roughnessSelection(), m_layer->expandRoughness, m_ec));
m_roughness_row = m_layout->rowCount() - 1;
Loading