From 5e98fc1404818f15d234031a73abb503235db82a Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 16 Jan 2009 13:08:05 +0000 Subject: [PATCH] Fix for issue 0020133: EDF 937 VISU : Impossible to set the title of a Deformed Shape --- src/VISUGUI/VisuGUI_DeformedShapeDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI_DeformedShapeDlg.cxx b/src/VISUGUI/VisuGUI_DeformedShapeDlg.cxx index e110c16e..a8318457 100644 --- a/src/VISUGUI/VisuGUI_DeformedShapeDlg.cxx +++ b/src/VISUGUI/VisuGUI_DeformedShapeDlg.cxx @@ -55,7 +55,7 @@ using namespace std; * Constructor */ VisuGUI_DeformedShapeDlg::VisuGUI_DeformedShapeDlg (SalomeApp_Module* theModule) - : VisuGUI_ScalarBarBaseDlg(theModule, true) + : VisuGUI_ScalarBarBaseDlg(theModule) { setCaption(tr("DLG_TITLE")); setSizeGripEnabled(TRUE); -- 2.39.2