From: Romulo Pinho Date: Mon, 3 Oct 2011 15:24:40 +0000 (+0200) Subject: corrections in overlay opacity and threshold X-Git-Tag: v1.3.0~205^2~2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=21b149dea47a3f02ffb9e0ddeb5993bd8f5ff33c;p=clitk.git corrections in overlay opacity and threshold --- diff --git a/vv/vvOverlayPanel.cxx b/vv/vvOverlayPanel.cxx index 4d2bcf2..68356bf 100644 --- a/vv/vvOverlayPanel.cxx +++ b/vv/vvOverlayPanel.cxx @@ -192,6 +192,8 @@ void vvOverlayPanel::getFusionProperty(int opacity, int thresOpacity, int colorm opacityHorizontalSlider->setValue(opacity); thresOpacityHorizontalSlider->setEnabled(1); thresOpacityHorizontalSlider->setValue(thresOpacity); + fusionOpacitySpin->setValue(opacity); + fusionThresSpin->setValue(thresOpacity); fusionWindowSpinBox->setEnabled(1); fusionLevelSpinBox->setEnabled(1); fusionWindowSpinBox->setValue(window); @@ -207,6 +209,8 @@ void vvOverlayPanel::getFusionProperty(int opacity, int thresOpacity, int colorm opacityHorizontalSlider->setValue(0); thresOpacityHorizontalSlider->setEnabled(0); thresOpacityHorizontalSlider->setValue(0); + fusionOpacitySpin->setValue(0); + fusionThresSpin->setValue(0); fusionColorMapComboBox->setEnabled(0); fusionColorMapComboBox->setCurrentIndex(-1); fusionWindowSpinBox->setEnabled(0);