git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34275
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_txt->SetValue(wxEmptyString);
// notify that we had to change the date after validation
m_txt->SetValue(wxEmptyString);
// notify that we had to change the date after validation
- if ( (dt.IsValid() && m_currentDate != dt) ||
+ if ( (dt.IsValid() && (!m_currentDate.IsValid() || m_currentDate != dt)) ||
(!dt.IsValid() && m_currentDate.IsValid()) )
{
m_currentDate = dt;
(!dt.IsValid() && m_currentDate.IsValid()) )
{
m_currentDate = dt;