diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 5adff8b..0492dac 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -337,6 +337,7 @@ MainWindow::MainWindow(const QString &filename) connect(this->helpActionHomepage, SIGNAL(triggered()), this, SLOT(helpHomepage())); connect(this->helpActionManual, SIGNAL(triggered()), this, SLOT(helpManual())); + console->setReadOnly(true); setCurrentOutput(); |