From 1a3bb45ee7de17d45f5cfac3a0aca78b4d952222 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 23 Sep 2003 17:16:43 +0000 Subject: [PATCH] fixed MarkDirty() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/textctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/motif/textctrl.cpp b/src/motif/textctrl.cpp index 97b5521972..53f5a047ca 100644 --- a/src/motif/textctrl.cpp +++ b/src/motif/textctrl.cpp @@ -423,7 +423,7 @@ bool wxTextCtrl::IsModified() const // Makes modified or unmodified void wxTextCtrl::MarkDirty() { - m_modified = FALSE; + m_modified = TRUE; } void wxTextCtrl::DiscardEdits() -- 2.50.0