From a78a8141a0316a9add5af54e0095154a7111faa0 Mon Sep 17 00:00:00 2001 From: Mikhail Svechnikov <m.svechnikov@fz-juelich.de> Date: Mon, 20 Nov 2023 12:59:01 +0100 Subject: [PATCH] fix distribution combo --- GUI/View/Instrument/DistributionSelector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/View/Instrument/DistributionSelector.cpp b/GUI/View/Instrument/DistributionSelector.cpp index 15cfdf39f9e..b9af4ed4aa6 100644 --- a/GUI/View/Instrument/DistributionSelector.cpp +++ b/GUI/View/Instrument/DistributionSelector.cpp @@ -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); -- GitLab