]> 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:46:31 +0000 (07:46 +0000)
committerdmv <dmv@opencascade.com>
Mon, 20 Oct 2008 07:46:31 +0000 (07:46 +0000)
src/VISUGUI/VisuGUI_Tools.cxx

index 2cea6bb6db8bb00728c6cf6226b14f1e87c267df..42931d4267c90d814bafdab88f94c69c705bc1d2 100644 (file)
@@ -1057,7 +1057,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) {