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
stl_dim
kintel 2009-12-31 11:49:24 +00:00
parent 106c301a4b
commit 8263170757
1 changed files with 0 additions and 1 deletions

View File

@ -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;