Changeset 1311


Ignore:
Timestamp:
Jun 4, 2010, 6:21:55 PM (14 years ago)
Author:
garnier
Message:

isRepainting problem, remove it for the moment

Location:
trunk/source/visualization/OpenGL/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenGL/src/G4OpenGLImmediateQtViewer.cc

    r1307 r1311  
    2525//
    2626//
    27 // $Id: G4OpenGLImmediateQtViewer.cc,v 1.19 2010/06/04 15:27:47 lgarnier Exp $
     27// $Id: G4OpenGLImmediateQtViewer.cc,v 1.20 2010/06/04 16:21:47 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    159159{
    160160  if (fIsRepainting) {
    161     return ;
     161    //    return ;
    162162  }
    163163#ifdef G4DEBUG_VIS_OGL
  • trunk/source/visualization/OpenGL/src/G4OpenGLStoredQtViewer.cc

    r1310 r1311  
    2525//
    2626//
    27 // $Id: G4OpenGLStoredQtViewer.cc,v 1.30 2010/06/04 15:27:47 lgarnier Exp $
     27// $Id: G4OpenGLStoredQtViewer.cc,v 1.31 2010/06/04 16:21:47 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    212212#endif
    213213  if (fIsRepainting) {
    214     return ;
     214    //    return ;
    215215  }
    216216  fIsRepainting = true;
Note: See TracChangeset for help on using the changeset viewer.