Gui: [skip ci] restore block cursor setting for Python console at startup

This commit is contained in:
wmayer
2022-02-23 22:49:35 +01:00
parent 581a66aa2d
commit 9ca1173a30

View File

@@ -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 );