summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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