From: dmv Date: Mon, 20 Oct 2008 07:46:31 +0000 (+0000) Subject: Incorrect update of curve on Table in CutLines when the Properties is changed. X-Git-Tag: RELIQUAT_4x_25102008~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c658e43078db348717b6df15e78873b9367ee827;p=modules%2Fvisu.git Incorrect update of curve on Table in CutLines when the Properties is changed. --- 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) {