Test code
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Sat, 18 Jan 2025 10:11:11 +0000 (11:11 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Sat, 18 Jan 2025 10:11:11 +0000 (11:11 +0100)
lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx

index 31b7049071a082cadb3c47853e25a4d0701dfd54..4ef89db140cd4b1c67619175bb70250773425dcb 100644 (file)
@@ -611,8 +611,7 @@ void LayerImageBase::onThresholdChange()
 {
        if ( (_actorPresent) && (_opacity!=0) )
        {
-        printf("EED LayerImageBase::onThresholdChange UPS \n");
-//             onThreshold();
+               onThreshold();
        }
 }