mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 10:34:41 +00:00
Correct bug
This commit is contained in:
parent
b6ef18e941
commit
63a9f0b8e2
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user