From 41ce2db19b72f290f671bc1abfd9691b9dd9b17e Mon Sep 17 00:00:00 2001 From: jfa Date: Thu, 14 Jul 2005 07:03:22 +0000 Subject: [PATCH] Fix pb with labels of rotation spin boxes (bad update after switch from IJK pane to non-structured) --- src/VISUGUI/VisuGUI_ClippingDlg.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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()); + } } //================================================================================= -- 2.39.2