]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Incorrect update of curve on Table in CutLines when the Properties is changed.
authordmv <dmv@opencascade.com>
Mon, 20 Oct 2008 07:44:19 +0000 (07:44 +0000)
committerdmv <dmv@opencascade.com>
Mon, 20 Oct 2008 07:44:19 +0000 (07:44 +0000)
src/VISUGUI/VisuGUI_Tools.cxx

index a3baf5e49c5e49f94bf00b929a4032bdf85da842..73a6d4a8cc43ce2b6ee77efa34ce2a77e94a6887 100644 (file)
@@ -1060,7 +1060,7 @@ namespace VISU
       for (int i = 0; i < clist.count(); i++) {
         tmpCurve = dynamic_cast<SPlot2d_Curve*>(clist.at(i));
         if (tmpCurve && tmpCurve->hasIO() &&
-            theCurve->GetEntry() != tmpCurve->getIO()->getEntry()) {
+            theCurve->GetEntry() == tmpCurve->getIO()->getEntry()) {
           plotCurve = tmpCurve;
         }
         else if (theDisplaying == VISU::eDisplayOnly) {