From 776ee0759ae6ab3a8aa2e1a19c3c449e5a5a5f41 Mon Sep 17 00:00:00 2001
From: "eduardo.davila@creatis.insa-lyon.fr"
 <eduardo.davila@creatis.insa-lyon.fr>
Date: Sat, 18 Jan 2025 11:11:11 +0100
Subject: [PATCH] Test code

---
 .../wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx
index 31b7049..4ef89db 100644
--- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx
+++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx
@@ -611,8 +611,7 @@ void LayerImageBase::onThresholdChange()
 {
 	if ( (_actorPresent) && (_opacity!=0) )
 	{
-        printf("EED LayerImageBase::onThresholdChange UPS \n");
-//		onThreshold();
+		onThreshold();
 	}
 }
 
-- 
2.49.0