]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for issue 0020133: EDF 937 VISU : Impossible to set the title of a Deformed Shape
authorouv <ouv@opencascade.com>
Fri, 16 Jan 2009 13:08:05 +0000 (13:08 +0000)
committerouv <ouv@opencascade.com>
Fri, 16 Jan 2009 13:08:05 +0000 (13:08 +0000)
src/VISUGUI/VisuGUI_DeformedShapeDlg.cxx

index e110c16e68d4482f2314a5d558634758bc91a7f4..a8318457bc359db87b51a46d67099b8f6db5c837 100644 (file)
@@ -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);