wxTextCtrl::SetValue() sets the controls state to unmodified.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-05-28 08:35:07 +00:00
parent aa680ee1e8
commit b8ad056e8d
2 changed files with 2 additions and 0 deletions

View File

@@ -337,6 +337,7 @@ void wxTextCtrl::SetValue( const wxString &value )
{
gtk_entry_set_text( GTK_ENTRY(m_text), tmp.mbc_str() );
}
m_modified = FALSE;
}
void wxTextCtrl::WriteText( const wxString &text )

View File

@@ -337,6 +337,7 @@ void wxTextCtrl::SetValue( const wxString &value )
{
gtk_entry_set_text( GTK_ENTRY(m_text), tmp.mbc_str() );
}
m_modified = FALSE;
}
void wxTextCtrl::WriteText( const wxString &text )