Salome HOME
Fix pb with labels of rotation spin boxes (bad update after switch from IJK pane...
authorjfa <jfa@opencascade.com>
Thu, 14 Jul 2005 07:03:22 +0000 (07:03 +0000)
committerjfa <jfa@opencascade.com>
Thu, 14 Jul 2005 07:03:22 +0000 (07:03 +0000)
src/VISUGUI/VisuGUI_ClippingDlg.cxx

index 02efc277dc022d9dba4efcb42377d77f4a10c30a..b62289281f3ed0f1bff5bed3350b498292a22bea 100644 (file)
@@ -830,6 +830,10 @@ void VisuGUI_ClippingDlg::onTabChanged(QWidget* newTab)
 {
   if (newTab == WidgetIJKTab) // IJK
     setIJKByNonStructured();
+  else {
+    // set correct labels of rotation spin boxes
+    onSelectOrientation(ComboBoxOrientation->currentItem());
+  }
 }
 
 //=================================================================================