- 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:
@@ -583,8 +583,8 @@ void MainComponent::buttonClicked (Button* buttonThatWasClicked)
|
|||||||
{
|
{
|
||||||
rbmReduceVarianceToggleButton_binary = rbmReduceVarianceToggleButton->getToggleState();
|
rbmReduceVarianceToggleButton_binary = rbmReduceVarianceToggleButton->getToggleState();
|
||||||
rbmReduceVarianceToggleButton->setToggleState(false, sendNotification);
|
rbmReduceVarianceToggleButton->setToggleState(false, sendNotification);
|
||||||
sigmaLabel->setText(String(sigma_gauss, 1), sendNotification);
|
sigmaLabel->setText(String(sigma_gauss, 2), sendNotification);
|
||||||
sigmaDecayLabel->setText(String(sigmaDecay_gauss, 1), sendNotification);
|
sigmaDecayLabel->setText(String(sigmaDecay_gauss, 2), sendNotification);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user