From ed9f0117b9c92366efc461ebd7918163b150c797 Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 24 Nov 2008 09:50:54 +0000 Subject: [PATCH] Undo the previous changes because of regression ("Hide" doesn't work for "sinus" object) --- src/VISUGUI/VisuGUI_Tools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI_Tools.cxx b/src/VISUGUI/VisuGUI_Tools.cxx index 73a6d4a8..1c1cd773 100644 --- a/src/VISUGUI/VisuGUI_Tools.cxx +++ b/src/VISUGUI/VisuGUI_Tools.cxx @@ -1006,7 +1006,7 @@ namespace VISU for ( int i = 0; i < clist.count(); i++ ) { tmpCurve = dynamic_cast( clist.at( i ) ); if (tmpCurve && tmpCurve->hasIO() && - theCurve->GetEntry() != tmpCurve->getIO()->getEntry()) { + theCurve->GetEntry() == tmpCurve->getIO()->getEntry()) { plotCurve = tmpCurve; break; } -- 2.39.2