dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] pnetlib ChangeLog System.Windows.Forms/RadioBut...


From: Heiko Weiss
Subject: [dotgnu-pnet-commits] pnetlib ChangeLog System.Windows.Forms/RadioBut...
Date: Mon, 12 Jun 2006 04:43:13 +0000

CVSROOT:        /sources/dotgnu-pnet
Module name:    pnetlib
Changes by:     Heiko Weiss <brubbel>   06/06/12 04:43:13

Modified files:
        .              : ChangeLog 
        System.Windows.Forms: RadioButton.cs 

Log message:
        David Logan: fixed drawing disabled radio button text.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnetlib/ChangeLog?cvsroot=dotgnu-pnet&r1=1.2422&r2=1.2423
http://cvs.savannah.gnu.org/viewcvs/pnetlib/System.Windows.Forms/RadioButton.cs?cvsroot=dotgnu-pnet&r1=1.8&r2=1.9

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.2422
retrieving revision 1.2423
diff -u -b -r1.2422 -r1.2423
--- ChangeLog   8 Jun 2006 13:57:55 -0000       1.2422
+++ ChangeLog   12 Jun 2006 04:43:13 -0000      1.2423
@@ -1,3 +1,8 @@
+2006-06-12  David Logan  <address@hidden>
+
+       * System.Windows.Forms/RadioButton.cs: fixed drawing disabled
+       radio button text. (Heiko)
+
 2006-06-08  Heiko Weiss  <address@hidden>
 
        * System.Windows.Forms/Control.cs: fixed a bug I did 06/02.

Index: System.Windows.Forms/RadioButton.cs
===================================================================
RCS file: /sources/dotgnu-pnet/pnetlib/System.Windows.Forms/RadioButton.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- System.Windows.Forms/RadioButton.cs 2 Dec 2003 05:47:41 -0000       1.8
+++ System.Windows.Forms/RadioButton.cs 12 Jun 2006 04:43:13 -0000      1.9
@@ -354,7 +354,7 @@
                                }
                                else
                                {
-                                       
ControlPaint.DrawStringDisabled(graphics, Text, font, ForeColor, layout, 
format);
+                                       
ControlPaint.DrawStringDisabled(graphics, Text, font, BackColor, layout, 
format);
                                }
                        }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]