]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #1405: Update title of standalone application on Open/Save operations
authorvsv <vitaly.smetannikov@opencascade.com>
Tue, 30 Aug 2016 14:43:32 +0000 (17:43 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Tue, 30 Aug 2016 14:43:46 +0000 (17:43 +0300)
src/XGUI/XGUI_Workshop.cpp

index 800e590289aff7db1617eb84eec9adfcb6e8252c..6892cfc6e86a8b41ad2b5460b4e1009e173b06f7 100755 (executable)
@@ -751,6 +751,9 @@ void XGUI_Workshop::openDirectory(const QString& theDirectory)
   aSession->load(myCurrentDir.toLatin1().constData());
   myObjectBrowser->rebuildDataTree();
   updateCommandStatus();
+#ifndef HAVE_SALOME
+  myMainWindow->setCurrentDir(myCurrentDir, true);
+#endif
   QApplication::restoreOverrideCursor();
 }