Changeset 650


Ignore:
Timestamp:
Dec 10, 2007, 7:06:45 PM (17 years ago)
Author:
garnier
Message:

correction du ticket #94

File:
1 edited

Legend:

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

    r649 r650  
    187187    foreach (QWidget *widget, QApplication::allWidgets()) {
    188188      if ((found== false) && (widget->inherits("QMainWindow"))) {
    189         GLWindow = new QDialog(widget,Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::WindowMinMaxButtonsHint);
     189        GLWindow = new QDialog(0,Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::WindowMinMaxButtonsHint);
    190190        found = true;
    191191      }
Note: See TracChangeset for help on using the changeset viewer.