From: mzn Date: Mon, 29 Jun 2015 12:08:38 +0000 (+0300) Subject: refs #548: Names of axes intersect each other. X-Git-Tag: v1.4.2~13^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d8a44c0d05854ee9801d925ac7794540862100fe;p=modules%2Fhydro.git refs #548: Names of axes intersect each other. --- diff --git a/src/HYDROGUI/HYDROGUI_ProfileDlg.cxx b/src/HYDROGUI/HYDROGUI_ProfileDlg.cxx index 1f98c732..8e1ed22c 100644 --- a/src/HYDROGUI/HYDROGUI_ProfileDlg.cxx +++ b/src/HYDROGUI/HYDROGUI_ProfileDlg.cxx @@ -85,6 +85,7 @@ void HYDROGUI_ProfileDlg::reset() { myEditorWidget->reset(); myEditorWidget->setActionMode( CurveCreator_Widget::AdditionMode ); + viewer()->setTrihedronShown( false ); // Issue #548 } void HYDROGUI_ProfileDlg::setProfileName( const QString& theName )