From fb3594460445c83c5a91d6c86a36805f281195e3 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 23 Feb 2022 22:49:35 +0100 Subject: [PATCH] Gui: [skip ci] restore block cursor setting for Python console at startup --- src/Gui/PythonConsole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );