Salome HOME
refs #548: Names of axes intersect each other.
authormzn <mzn@opencascade.com>
Mon, 29 Jun 2015 12:08:38 +0000 (15:08 +0300)
committermzn <mzn@opencascade.com>
Mon, 29 Jun 2015 12:08:38 +0000 (15:08 +0300)
src/HYDROGUI/HYDROGUI_ProfileDlg.cxx

index 1f98c732f78ce140c9f58accef36780766057d05..8e1ed22c9380adf6fbbc411f9694a0c8f6b5a576 100644 (file)
@@ -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 )