summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2009-12-31 11:49:24 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2009-12-31 11:49:24 (GMT)
commit8263170757ef989ff98fcb82616c6be4d5f08127 (patch)
tree424b6656e335034c8ecca1ff8a35b116419b58e9
parent106c301a4b38f3a45f223d7947abfb83de8a0d99 (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.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/mainwin.cc b/mainwin.cc
index a598016..3f87541 100644
--- a/mainwin.cc
+++ b/mainwin.cc
@@ -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;
contact: Jan Huwald // Impressum