From: ouv Date: Fri, 16 Jan 2009 13:08:30 +0000 (+0000) Subject: Fix for issue 0020133: EDF 937 VISU : Impossible to set the title of a Deformed Shape X-Git-Tag: before_mergefrom_BR_V5_IMP_P8_22Jan09~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=96e86a061daa3c8f5823e96f42085edc144f1bde;p=modules%2Fvisu.git Fix for issue 0020133: EDF 937 VISU : Impossible to set the title of a Deformed Shape --- 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);