- next/prev month don't stick anymore
commitc401aa84eb74231a87b2a517e503744e2f32f04c
authorKrzysztof Foltman <kfoltman@portal.onet.pl>
Wed, 21 Apr 2004 22:24:09 +0000 (21 22:24 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 Apr 2004 22:24:09 +0000 (21 22:24 +0000)
treef5fbc8dc3be22ee219c725c7a668da34c41d733e
parent3ae8f73caff7f0f0179c8ba32bc0488447290e68
- next/prev month don't stick anymore
- min/max ranges initialized to some reasonable values
- fixed some bugs caused by reversed order of arguments of MONTHCAL_CopyTime
- update current month/year after setting current date
- changing months etc doesn't send MCN_SELECT (which could be sent
  only after a particular day was clicked)
- changed (hit && MCHT_CALENDARDATE) to (hit == MCHT_CALENDARDATE)
dlls/comctl32/monthcal.c