- minor GUI fix

git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@31 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2014-10-18 17:25:22 +00:00
parent 57761fe743
commit 56b0c4bee6
+2 -2
View File
@@ -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
{