Ignore:
Timestamp:
Jan 5, 2010, 3:52:09 PM (14 years ago)
Author:
garnier
Message:

avant maj de CVS

File:
1 edited

Legend:

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

    r1196 r1227  
    210210
    211211
     212// We have to get several case :
     213// - Only activate the windows (mouse click for example) -> Do not redraw
     214// - resize window -> redraw
     215// - try to avoid recompute everything if we do not rescale picture (side is the same)
     216 
    212217void G4OpenGLStoredQtViewer::paintGL()
    213218{
     
    250255  ClearView (); //ok, put the background correct
    251256  ComputeView();
    252      
     257
    253258  fHasToRepaint =false;
    254259     
Note: See TracChangeset for help on using the changeset viewer.