From: apo Date: Wed, 16 Nov 2005 10:16:36 +0000 (+0000) Subject: To fix a regression X-Git-Tag: BR-D5-38-2003_D2005-24-11~35 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2a6270a0c9b996e3f29f536b425382fc4848c935;p=modules%2Fvisu.git To fix a regression --- diff --git a/src/OBJECT/VISU_Actor.cxx b/src/OBJECT/VISU_Actor.cxx index 2889338f..c576c022 100644 --- a/src/OBJECT/VISU_Actor.cxx +++ b/src/OBJECT/VISU_Actor.cxx @@ -196,6 +196,7 @@ void VISU_Actor ::Update() { + myActorFactory->UpdateActor(this); Superclass::Update(); }