diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-11-30 21:00:35 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-11-30 21:00:35 (GMT) |
commit | 31199ea2d1f1a9ce2de763ca57fb0aa172cc1f66 (patch) | |
tree | 2dcb07e7c91e77bfd1d7caec7e6b91a33030ecf5 /src/mainwin.cc | |
parent | 6f6a8dff7669322a35ddc33ad195f2cb3de45de8 (diff) | |
parent | 961c380c840882da246aad1c30928f106aea8747 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/mainwin.cc')
-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 5b986b1..1ad8bc8 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -504,6 +504,7 @@ MainWindow::openFile(const QString &new_filename) } #endif setFileName(actual_filename); + editor->setPlainText(""); fileChangedOnDisk(); // force cached autoReloadId to update refreshDocument(); |