Salome HOME
updated copyright message
[modules/gui.git] / tools / PyEditor / src / PyEditor_Settings.cxx
index 64a43d700e8d4237db26bb62f7d5cd08012cf413..5d9fd6a7aebe91dc6ece4d3e55911be2f41b8d50 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2016  OPEN CASCADE
+// Copyright (C) 2015-2023  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -64,7 +64,7 @@ PyEditor_Settings::PyEditor_Settings()
     myTabSpaceVisible( true ),
     myTabSize( 4 ),
     myFont( "Courier", 10 ),
-    myCompletionPolicy( PyEditor_Editor::Always )
+    myCompletionPolicy( PyEditor_Editor::None )
 {
 }