diff --git a/src/meshlab/mainwindow_RunTime.cpp b/src/meshlab/mainwindow_RunTime.cpp index e95f4eb5f..838fe740f 100644 --- a/src/meshlab/mainwindow_RunTime.cpp +++ b/src/meshlab/mainwindow_RunTime.cpp @@ -24,6 +24,9 @@ History $Log$ +Revision 1.9 2005/12/03 21:29:34 davide_portelli +Correct bug + Revision 1.8 2005/12/03 19:05:39 davide_portelli Added About menu. @@ -502,7 +505,7 @@ void MainWindow::open(QString fileName) workspace->addWindow(gla); if(workspace->isVisible()) gla->showMaximized(); else QTimer::singleShot(00, gla, SLOT(showMaximized())); - //setCurrentFile(fileName); + setCurrentFile(fileName); //return; }