Ignore:
Timestamp:
Jan 5, 2011, 12:19:12 PM (14 years ago)
Author:
garnier
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/src/G4VisCommandsScene.cc

    r1346 r1348  
    2525//
    2626//
    27 // $Id: G4VisCommandsScene.cc,v 1.70 2010/11/13 10:52:00 allison Exp $
     27// $Id: G4VisCommandsScene.cc,v 1.71 2010/12/11 16:53:20 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929
     
    545545        for (G4int iV = 0; iV < nViewers; iV++) {
    546546          G4VViewer* aViewer = viewerList [iV];
     547          // Force rebuild of graphical database, if any.
     548          aViewer -> NeedKernelVisit();
    547549          if (aViewer->GetViewParameters().IsAutoRefresh()) {
    548550            aSceneHandler -> SetCurrentViewer (aViewer);
     
    562564            // uncomment the next line.
    563565            //aSceneHandler->ClearTransientStore();
    564             // Now, force rebuild of graphical database, if any, and re-draw.
    565             aViewer -> NeedKernelVisit();
    566566            aViewer -> SetView ();
    567567            aViewer -> ClearView ();
Note: See TracChangeset for help on using the changeset viewer.