From: vsv Date: Thu, 11 Sep 2014 08:22:35 +0000 (+0400) Subject: Set window title state on open file X-Git-Tag: V_0.4.4~69^2~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4cfed42cc161f1ee0e403ce3793b08113fb6dfbf;p=modules%2Fshaper.git Set window title state on open file --- diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index 967f560f2..ffaebad9d 100644 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -613,6 +613,7 @@ void XGUI_Workshop::onOpen() myObjectBrowser->rebuildDataTree(); displayAllResults(); updateCommandStatus(); + myMainWindow->setCurrentDir(myCurrentDir); QApplication::restoreOverrideCursor(); }