From: dmv Date: Mon, 20 Oct 2008 07:44:19 +0000 (+0000) Subject: Incorrect update of curve on Table in CutLines when the Properties is changed. X-Git-Tag: V5_1_0a3~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e623e100d2f554145ba41eef17a6e4d823a7ebfa;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 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) {