Improved text change detection

This commit is contained in:
Sigmanor 2016-01-24 23:06:50 +02:00
parent d289e2300e
commit 040a70d181

View file

@ -252,6 +252,7 @@ private void MainWindow_FormClosing(object sender, FormClosingEventArgs e)
ps.Save();
if (customRTB.Modified == true)
{
string f = "Unnamed.cnp";
string NameWithotPath;