Ignore:
Timestamp:
May 12, 2009, 5:26:25 PM (15 years ago)
Author:
garnier
Message:

remise a jour

File:
1 edited

Legend:

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

    r1038 r1039  
    173173  GLWindow->setWindowTitle( name);
    174174#endif
     175  ResizeWindow(fVP.GetWindowSizeHintX(),fVP.GetWindowSizeHintY());
    175176
    176177  //useful for MACOSX, we have to compt the menuBar height
     
    182183    YPos = offset;
    183184  }
    184   GLWindow->resize(getWinWidth(),getWinHeight());
     185  GLWindow->resize(getWinWidth(), getWinHeight());
    185186  GLWindow->move(fVP.GetWindowAbsoluteLocationHintX(QApplication::desktop()->width()),YPos);
    186187  GLWindow->show();
Note: See TracChangeset for help on using the changeset viewer.