diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-31 11:49:24 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-31 11:49:24 (GMT) |
commit | 8263170757ef989ff98fcb82616c6be4d5f08127 (patch) | |
tree | 424b6656e335034c8ecca1ff8a35b116419b58e9 | |
parent | 106c301a4b38f3a45f223d7947abfb83de8a0d99 (diff) |
the window'd modified flag is already connected to the document
git-svn-id: http://svn.clifford.at/openscad/trunk@191 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | mainwin.cc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -703,7 +703,6 @@ void MainWindow::actionSave() fprintf(fp, "%s", editor->toPlainText().toAscii().data()); fclose(fp); PRINTA("Saved design `%1'.", this->fileName); - this->setWindowModified(false); this->editor->document()->setModified(false); } current_win = NULL; |