fixing year display, see #11444
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -800,7 +800,7 @@ wxSize wxGenericCalendarCtrl::DoGetBestSize() const
|
|||||||
+ VERT_MARGIN;
|
+ VERT_MARGIN;
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
// the spin control get clipped otherwise
|
// the spin control get clipped otherwise
|
||||||
width += 10;
|
width += 25;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
wxCoord w2 = bestSizeCombo.x + HORZ_MARGIN + GetCharWidth()*6;
|
wxCoord w2 = bestSizeCombo.x + HORZ_MARGIN + GetCharWidth()*6;
|
||||||
|
Reference in New Issue
Block a user