diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-18 13:48:11 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-18 13:48:11 (GMT) |
commit | 5870c462d65de69d7fa9ec516473e3012fb43d7e (patch) | |
tree | ce19a0ec50af74e385328972bbbfcd4742dd2442 /src | |
parent | 1b63103f636ae2cbc68ee29eadce2d26f02d38c8 (diff) |
Reenable output in the OpenSCAD console
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 1057499..45b9ff3 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1823,7 +1823,7 @@ void MainWindow::consoleOutput(const std::string &msg, void *userdata) void MainWindow::setCurrentOutput() { -// set_output_handler(&MainWindow::consoleOutput, this); + set_output_handler(&MainWindow::consoleOutput, this); } void MainWindow::clearCurrentOutput() |