[Mono-bugs] [Bug 49144][Nor] Changed - Calendar bug (DayHeaderStyle) - A fix is provided

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Oct 2003 04:20:59 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by yaronsh@mainsoft.com.

http://bugzilla.ximian.com/show_bug.cgi?id=49144

--- shadow/49144	2003-10-20 11:07:37.000000000 -0400
+++ shadow/49144.tmp.12419	2003-10-22 04:20:59.000000000 -0400
@@ -83,6 +83,9 @@
 
 	TableCell dayHeaderCell = new TableCell ();
 	dayHeaderCell.HorizontalAlign = HorizontalAlign.Center;
 	dayHeaderCell.ApplyStyle(dayHeaderStyle); //<-THIS IS THE FIX
 
 	.....
+
+------- Additional Comments From yaronsh@mainsoft.com  2003-10-22 04:20 -------
+This fix works... believe me... :-)