[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] please patch this radiobutton disabled draw fix
From: |
David Logan |
Subject: |
[Pnet-developers] please patch this radiobutton disabled draw fix |
Date: |
Sun, 11 Jun 2006 08:17:39 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040316 |
Thanks.
David Logan
# Patch created by root
# Date: Sun Jun 11 08:16:33 MDT 2006
# Repository: pnetlib
# Comments:
# Fixed disabled radio button so that it is drawn looking disabled instead of
drawn looking BOLD.
#
#### End of Preamble ####
#### Patch data follows ####
Index: System.Windows.Forms/RadioButton.cs
===================================================================
RCS file: /sources/dotgnu-pnet/pnetlib/System.Windows.Forms/RadioButton.cs,v
retrieving revision 1.8
diff -c -r1.8 RadioButton.cs
*** System.Windows.Forms/RadioButton.cs 2 Dec 2003 05:47:41 -0000 1.8
--- System.Windows.Forms/RadioButton.cs 11 Jun 2006 14:16:34 -0000
***************
*** 354,360 ****
}
else
{
!
ControlPaint.DrawStringDisabled(graphics, Text, font, ForeColor, layout,
format);
}
}
--- 354,360 ----
}
else
{
!
ControlPaint.DrawStringDisabled(graphics, Text, font, BackColor, layout,
format);
}
}
#### End of Patch data ####
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] please patch this radiobutton disabled draw fix,
David Logan <=