From: eduardo.davila@creatis.insa-lyon.fr Date: Sat, 18 Jan 2025 10:11:11 +0000 (+0100) Subject: Test code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=776ee0759ae6ab3a8aa2e1a19c3c449e5a5a5f41;p=creaMaracasVisu.git Test code --- 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(); } }