Salome HOME
Updated copyright comment
[modules/yacs.git] / src / genericgui / FormHPContainer.cxx
index a2e3122f07cfb71b772150b54d99681ce2f9d8bf..1dd1a502689fe51fe26b5771ab78990558f67ac5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -50,7 +50,7 @@ FormHPContainer::FormHPContainer(QWidget *parent):FormContainerBase(parent),_poo
   ch_aoc->setCheckState(Qt::Checked);
   //
 #ifdef HAS_PYEDITOR
-  _initScript=new PyEditor_Editor(false, 0, _advancedParams->tw_advance);
+  _initScript=new PyEditor_Editor(_advancedParams->tw_advance);
 #else
   _initScript=new QTextEdit(this);
 #endif