From: Kevin A. <ka...@us...> - 2004-08-08 15:20:48
|
Update of /cvsroot/pythoncard/PythonCard/components In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1706/components Modified Files: calendar.py Log Message: changed to CAL_SEQUENTIAL_MONTH_SELECTION style Index: calendar.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/components/calendar.py,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** calendar.py 4 May 2004 04:40:20 -0000 1.18 --- calendar.py 8 Aug 2004 15:20:38 -0000 1.19 *************** *** 81,86 **** style = wx.CLIP_SIBLINGS | wx.NO_FULL_REPAINT_ON_RESIZE | calendar.CAL_SHOW_HOLIDAYS | ! calendar.CAL_SHOW_SURROUNDING_WEEKS, ! #calendar.CAL_SEQUENTIAL_MONTH_SELECTION, name = aResource.name ) --- 81,86 ---- style = wx.CLIP_SIBLINGS | wx.NO_FULL_REPAINT_ON_RESIZE | calendar.CAL_SHOW_HOLIDAYS | ! calendar.CAL_SHOW_SURROUNDING_WEEKS | ! calendar.CAL_SEQUENTIAL_MONTH_SELECTION, name = aResource.name ) |