Changing database settings now sets the document to dirty.

This commit is contained in:
michael starke
2014-12-14 01:48:08 +01:00
parent e552c725f8
commit f65fc31408

View File

@@ -129,6 +129,8 @@
*/
metaData.rounds = MAX(0,[self.encryptionRoundsTextField integerValue]);
/* Register an action to enable promts when user cloeses without saving */
[_document updateChangeCount:NSChangeDone];
[self close:nil];
}