From: jfa Date: Thu, 14 Jul 2005 07:03:22 +0000 (+0000) Subject: Fix pb with labels of rotation spin boxes (bad update after switch from IJK pane... X-Git-Tag: V3_0_1~32 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=41ce2db19b72f290f671bc1abfd9691b9dd9b17e;p=modules%2Fvisu.git Fix pb with labels of rotation spin boxes (bad update after switch from IJK pane to non-structured) --- diff --git a/src/VISUGUI/VisuGUI_ClippingDlg.cxx b/src/VISUGUI/VisuGUI_ClippingDlg.cxx index 02efc277..b6228928 100644 --- a/src/VISUGUI/VisuGUI_ClippingDlg.cxx +++ b/src/VISUGUI/VisuGUI_ClippingDlg.cxx @@ -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()); + } } //=================================================================================