X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvOverlayPanel.cxx;h=346bd2c49b7c5c4a5a9f705c7755b4e49941922f;hb=6102bdc166f7d51e04d24a0ce5898e8e3baf89ae;hp=bbd2443a641274868b81007fc149f984d9df754c;hpb=79c59e34aaeefd545cd5fb2f0475725533f7764e;p=clitk.git diff --git a/vv/vvOverlayPanel.cxx b/vv/vvOverlayPanel.cxx index bbd2443..346bd2c 100644 --- a/vv/vvOverlayPanel.cxx +++ b/vv/vvOverlayPanel.cxx @@ -38,7 +38,7 @@ vvOverlayPanel::vvOverlayPanel(QWidget * parent):QWidget(parent) scaleSpinBox->setEnabled(0); lutCheckBox->hide(); lutCheckBox->setEnabled(0); - fusionShowLegendCheckBox->setChecked(true); + fusionShowLegendCheckBox->setChecked(false); connect(subSamplingSpinBox,SIGNAL(editingFinished()),this,SLOT(setVFProperty())); connect(scaleSpinBox,SIGNAL(editingFinished()),this,SLOT(setVFProperty()));