don't hide m_cal when disabling the control (bug 1150830)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-02-28 13:08:47 +00:00
parent bc8699718d
commit 98b5a1e920

View File

@@ -471,8 +471,6 @@ bool wxDatePickerCtrlGeneric::Enable(bool enable)
if ( !enable )
{
if ( m_cal )
m_cal->Hide();
if ( m_popup )
m_popup->Hide();
}