]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix of bug IPAL21158 - TC5.1.2: Incorrect boundary box of presentation after filterin...
authorouv <ouv@opencascade.com>
Mon, 8 Jun 2009 08:07:39 +0000 (08:07 +0000)
committerouv <ouv@opencascade.com>
Mon, 8 Jun 2009 08:07:39 +0000 (08:07 +0000)
src/VISU_I/VISU_Prs3d_i.cc

index 3ec20db4328e6cf4dab98590b1cd9df54c54ab9c..7b010add6eeace9baee2e2e835c97c43ad6eda2d 100644 (file)
@@ -545,6 +545,7 @@ VISU::Prs3d_i
     if(MYDEBUG) MESSAGE("Prs3d_i::UpdateActor - this = "<<this<<"; theActor = "<<anActor);
     anActor->SetPosition(myOffset[0],myOffset[1],myOffset[2]);
     anActor->ShallowCopyPL(GetPipeLine());
+    anActor->highlight(anActor->isHighlighted());
   }
 }