diff options
Diffstat (limited to 'cad/meshlab/files/patch-meshlab_mainwindow_RunTime.cpp')
-rw-r--r-- | cad/meshlab/files/patch-meshlab_mainwindow_RunTime.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cad/meshlab/files/patch-meshlab_mainwindow_RunTime.cpp b/cad/meshlab/files/patch-meshlab_mainwindow_RunTime.cpp deleted file mode 100644 index 7f8d43a65537..000000000000 --- a/cad/meshlab/files/patch-meshlab_mainwindow_RunTime.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- meshlab/mainwindow_RunTime.cpp.orig 2013-10-31 16:02:53.000000000 +0100 -+++ meshlab/mainwindow_RunTime.cpp 2013-10-31 16:04:13.000000000 +0100 -@@ -1575,7 +1575,9 @@ - - /*********WARNING!!!!!! CHANGE IT!!! ALSO IN THE OPENPROJECT FUNCTION********/ - meshDoc()->setDocLabel(fileName); -- mdiarea->activeSubWindow()->setWindowTitle(meshDoc()->docLabel()); -+ if (mdiarea->activeSubWindow()) { -+ mdiarea->activeSubWindow()->setWindowTitle(meshDoc()->docLabel()); -+ } - layerDialog->setWindowTitle(meshDoc()->docLabel()); - /****************************************************************************/ - |