From c658e43078db348717b6df15e78873b9367ee827 Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 20 Oct 2008 07:46:31 +0000 Subject: [PATCH] Incorrect update of curve on Table in CutLines when the Properties is changed. --- 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 2cea6bb6..42931d42 100644 --- a/src/VISUGUI/VisuGUI_Tools.cxx +++ b/src/VISUGUI/VisuGUI_Tools.cxx @@ -1057,7 +1057,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; } else if (theDisplaying == VISU::eDisplayOnly) { -- 2.39.2