diff --git a/src/Gui/PythonConsole.cpp b/src/Gui/PythonConsole.cpp index 6aeb50a11f..fb6b7896e2 100644 --- a/src/Gui/PythonConsole.cpp +++ b/src/Gui/PythonConsole.cpp @@ -444,7 +444,7 @@ PythonConsole::PythonConsole(QWidget *parent) d->hGrpSettings = WindowParameter::getDefaultParameter()->GetGroup("PythonConsole"); d->hGrpSettings->Attach(this); - d->hGrpSettings->Notify("PythonWordWrap"); + d->hGrpSettings->NotifyAll(); // disable undo/redo stuff setUndoRedoEnabled( false );