diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-18 13:47:14 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-18 13:47:14 (GMT) |
commit | 6038c8d6b15ed11951e6f2ca306106e531f68318 (patch) | |
tree | 78f0495cca7818c65eccd23d59759fb416be7eef | |
parent | 3300d3f85d7616ed640b1b987f54343ac198ef2f (diff) | |
parent | 5870c462d65de69d7fa9ec516473e3012fb43d7e (diff) |
Merge branch 'master' of github.com:openscad/openscad
-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() |