Skip to content
Snippets Groups Projects
Commit a78a8141 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

fix distribution combo

parent c7dfa1e6
No related branches found
No related tags found
1 merge request!2146Make comboboxes in instrument view non-scrollable (#836)
Pipeline #120488 passed
......@@ -40,7 +40,7 @@ DistributionSelector::DistributionSelector(std::optional<MeanConfig> mean_config
createDistributionWidgets();
emit distributionChanged();
},
false);
true);
m_distributionCombo->setEnabled(allow_distr);
m_formLayout->addRow("Distribution:", m_distributionCombo);
......
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