SetEventObject for wxCalendarCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1061,6 +1061,7 @@ wxCalendarEvent::wxCalendarEvent(wxCalendarCtrl *cal, wxEventType type)
|
|||||||
: wxCommandEvent(type, cal->GetId())
|
: wxCommandEvent(type, cal->GetId())
|
||||||
{
|
{
|
||||||
m_date = cal->GetDate();
|
m_date = cal->GetDate();
|
||||||
|
SetEventObject(cal);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // wxUSE_CALENDARCTRL
|
#endif // wxUSE_CALENDARCTRL
|
||||||
|
Reference in New Issue
Block a user