From: ouv Date: Fri, 16 Jan 2009 13:08:05 +0000 (+0000) Subject: Fix for issue 0020133: EDF 937 VISU : Impossible to set the title of a Deformed Shape X-Git-Tag: V4_1_0_maintainance_20090206~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5e98fc1404818f15d234031a73abb503235db82a;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 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);