From: nds Date: Thu, 17 Dec 2015 12:14:42 +0000 (+0300) Subject: #1136 - hidden axis are selected in sketch X-Git-Tag: V_2.1.0~161 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9dcfd74148f7448253fef685a9781d5ac299b78e;p=modules%2Fshaper.git #1136 - hidden axis are selected in sketch --- diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index 948f258fa..54e200ba5 100755 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -166,6 +166,7 @@ XGUI_Workshop::XGUI_Workshop(XGUI_SalomeConnector* theConnector) #ifndef HAVE_SALOME connect(myMainWindow, SIGNAL(exitKeySequence()), SLOT(onExit())); + onTrihedronVisibilityChanged(true); #endif connect(this, SIGNAL(errorOccurred(const QString&)), myErrorDlg, SLOT(addError(const QString&)));