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/ListBox.cs


From: Deryk Robosson
Subject: [dotgnu-pnet-commits] pnetlib ChangeLog System.Windows.Forms/ListBox.cs
Date: Sat, 31 Mar 2007 08:12:51 +0000

CVSROOT:        /sources/dotgnu-pnet
Module name:    pnetlib
Changes by:     Deryk Robosson <drobosson>      07/03/31 08:12:51

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

Log message:
        Invalidate control when flushing so that child controls get redrawn as 
well (bug #16735).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnetlib/ChangeLog?cvsroot=dotgnu-pnet&r1=1.2490&r2=1.2491
http://cvs.savannah.gnu.org/viewcvs/pnetlib/System.Windows.Forms/ListBox.cs?cvsroot=dotgnu-pnet&r1=1.18&r2=1.19

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.2490
retrieving revision 1.2491
diff -u -b -r1.2490 -r1.2491
--- ChangeLog   26 Mar 2007 13:44:30 -0000      1.2490
+++ ChangeLog   31 Mar 2007 08:12:51 -0000      1.2491
@@ -1,3 +1,8 @@
+2007-03-31  Deryk Robosson  <address@hidden>
+
+       * System.Windows.Forms/ListBox.cs: Invalidate control when flushing so
+       that child controls get redrawn as well (bug #16735).
+
 2007-03-26  Heiko Weiss <address@hidden>
 
        * System.Windows.Forms/CheckBox.cs:

Index: System.Windows.Forms/ListBox.cs
===================================================================
RCS file: /sources/dotgnu-pnet/pnetlib/System.Windows.Forms/ListBox.cs,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- System.Windows.Forms/ListBox.cs     29 Jan 2007 13:13:07 -0000      1.18
+++ System.Windows.Forms/ListBox.cs     31 Mar 2007 08:12:51 -0000      1.19
@@ -1709,6 +1709,8 @@
                                this.PaintItem(index);
                        
                        this.pendingDrawItems.Clear();
+
+                       Invalidate ( );
                }
        }
        




reply via email to

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