fix redundant storage of current date both in wxCalendarCtrl (which was itself redund...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Feb 2008 15:39:06 +0000 (15:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Feb 2008 15:39:06 +0000 (15:39 +0000)
commit2fda1fe5fd9bad33a2976eef9f8060d29d4bdd40
tree3a7bfac0668d653910cb41aee26ccc2dc56d453a
parent7c16b7cc5d285d27e7b7ef9ebb7f85c7d68c7694
fix redundant storage of current date both in wxCalendarCtrl (which was itself redundantly stored as both wxDatePickerCtrl::m_cal and m_popup) and popup m_currentDate variable which resulted in multiple bugs, e.g. calendar didn't open at the current date value

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/datectrl.h
src/generic/datectlg.cpp