From 56b0c4bee6b9689841b730b862315d8b488cd29c Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 18 Oct 2014 17:25:22 +0000 Subject: [PATCH] - minor GUI fix git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@31 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- Source/MainComponent.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {