We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821658c commit e1a9d87Copy full SHA for e1a9d87
cdl/core/gui/panel/macro.py
@@ -80,7 +80,7 @@ def __init__(self, parent: QW.QWidget | None = None) -> None:
80
self.tabwidget_tb = QW.QToolBar(self)
81
self.tabwidget_tb.setOrientation(QC.Qt.Vertical)
82
83
- self.console = PythonShellWidget(self)
+ self.console = PythonShellWidget(self, read_only=True)
84
self.console.set_light_background(not is_dark_mode())
85
self.console.setMaximumBlockCount(5000)
86
font = get_font(CONF, "console")
0 commit comments