Call OnParentEnable from wxTextCtrl::Enable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-05-17 11:09:22 +00:00
parent fdca68a670
commit 5abf8c9d66
2 changed files with 2 additions and 2 deletions

View File

@@ -756,7 +756,7 @@ bool wxTextCtrl::Enable( bool enable )
if (m_windowStyle & wxTE_MULTILINE)
{
gtk_text_set_editable( GTK_TEXT(m_text), enable );
OnParentEnable(enable);
}
else
{