]> 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:30 +0000 (13:08 +0000)
committerouv <ouv@opencascade.com>
Fri, 16 Jan 2009 13:08:30 +0000 (13:08 +0000)
src/VISUGUI/VisuGUI_DeformedShapeDlg.cxx

index 3cf630b1bd3640110464a6dda8254ea4a742069a..edbb24813e66e536225969267237eeef2cf6ce85 100644 (file)
@@ -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);