From 8263170757ef989ff98fcb82616c6be4d5f08127 Mon Sep 17 00:00:00 2001 From: kintel Date: Thu, 31 Dec 2009 11:49:24 +0000 Subject: [PATCH] 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 --- mainwin.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwin.cc b/mainwin.cc index a5980163..3f875419 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;