Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv10646/src/modules
Modified Files:
BareBonesEditor.cpp
Log Message:
mark the composer as dirty when the ext editor terminates (bug 807)
Index: BareBonesEditor.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/BareBonesEditor.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -u -2 -r1.13 -r1.14
--- BareBonesEditor.cpp 19 Sep 2003 22:37:20 -0000 1.13
+++ BareBonesEditor.cpp 23 Sep 2003 00:12:25 -0000 1.14
@@ -981,4 +981,9 @@
{
m_textControl->SetValue(text);
+
+#if wxCHECK_VERSION(2, 5, 1)
+ // we want our IsModified() to return true when new text is added
+ m_textControl->MarkDirty();
+#endif
}
else // Insert_Append
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates