summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
718903f)
set best/min size using size passed to ctor.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32147
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_popup->Hide();
if (!date.IsValid())
m_popup->Hide();
if (!date.IsValid())
- date.Today();
-
- SetValue(date);
+ SetValue(wxDateTime::Today());
+ else
+ SetValue(date);
+ SetBestFittingSize(size);
+