From 96e86a061daa3c8f5823e96f42085edc144f1bde Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 16 Jan 2009 13:08:30 +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 3cf630b1..edbb2481 100644 --- a/src/VISUGUI/VisuGUI_DeformedShapeDlg.cxx +++ b/src/VISUGUI/VisuGUI_DeformedShapeDlg.cxx @@ -60,7 +60,7 @@ using namespace std; * Constructor */ VisuGUI_DeformedShapeDlg::VisuGUI_DeformedShapeDlg (SalomeApp_Module* theModule) - : VisuGUI_ScalarBarBaseDlg(theModule, true) + : VisuGUI_ScalarBarBaseDlg(theModule) { setWindowTitle(tr("DLG_TITLE")); setSizeGripEnabled(TRUE); -- 2.39.2