From e623e100d2f554145ba41eef17a6e4d823a7ebfa Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 20 Oct 2008 07:44:19 +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 a3baf5e4..73a6d4a8 100644 --- a/src/VISUGUI/VisuGUI_Tools.cxx +++ b/src/VISUGUI/VisuGUI_Tools.cxx @@ -1060,7 +1060,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