mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
- fixed bug in saving meshlab project on linux
This commit is contained in:
parent
fec8b232f8
commit
d9a679b209
@ -1627,8 +1627,12 @@ void MainWindow::saveProject()
|
||||
|
||||
/*********WARNING!!!!!! CHANGE IT!!! ALSO IN THE OPENPROJECT FUNCTION********/
|
||||
meshDoc()->setDocLabel(fileName);
|
||||
mdiarea->activeSubWindow()->setWindowTitle(meshDoc()->docLabel());
|
||||
layerDialog->setWindowTitle(meshDoc()->docLabel());
|
||||
QMdiSubWindow* sub = mdiarea->currentSubWindow();
|
||||
if (sub != NULL)
|
||||
{
|
||||
sub->setWindowTitle(meshDoc()->docLabel());
|
||||
layerDialog->setWindowTitle(meshDoc()->docLabel());
|
||||
}
|
||||
/****************************************************************************/
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user