]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Reve/RGeoNodeEditors.cxx
Proper management of dependent render-elements, renamed FullUpdate() to UpdateItems...
[u/mrichter/AliRoot.git] / EVE / Reve / RGeoNodeEditors.cxx
index a55a5e3debfdd571b540614c0b0c7e2aa63dd955..823beb385b6d51ee2307a09e501b17b03c325e38 100644 (file)
@@ -116,7 +116,7 @@ void GeoNodeRnrElEditor::SetModel(TVirtualPad* pad, TObject* obj, Int_t )
 void GeoNodeRnrElEditor::DoVizNode()
 {
   fNodeRE->fNode->SetVisibility(fVizNode->IsOn());
-  fNodeRE->FullUpdate();
+  fNodeRE->UpdateItems();
 }
 
 void GeoNodeRnrElEditor::DoVizNodeDaughters()