From 63a9f0b8e2952264c85dbb3bd29fd786e01e372c Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Sat, 3 Dec 2005 21:29:34 +0000 Subject: [PATCH] Correct bug --- src/meshlab/mainwindow_RunTime.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }