diff --git a/Source/MainComponent.cpp b/Source/MainComponent.cpp index 9159375..76cc9bc 100644 --- a/Source/MainComponent.cpp +++ b/Source/MainComponent.cpp @@ -583,8 +583,8 @@ void MainComponent::buttonClicked (Button* buttonThatWasClicked) { rbmReduceVarianceToggleButton_binary = rbmReduceVarianceToggleButton->getToggleState(); rbmReduceVarianceToggleButton->setToggleState(false, sendNotification); - sigmaLabel->setText(String(sigma_gauss, 1), sendNotification); - sigmaDecayLabel->setText(String(sigmaDecay_gauss, 1), sendNotification); + sigmaLabel->setText(String(sigma_gauss, 2), sendNotification); + sigmaDecayLabel->setText(String(sigmaDecay_gauss, 2), sendNotification); } else {