Button painting, MouseDown/Up, LAYOUT_SUSPENDED
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / ChangeLog
index 6752250e2a1061c46a43f4b6b602381fbe7d2c9c..1a8935572b99d1d352d8e558bb113e181aaae510 100644 (file)
@@ -1,3 +1,10 @@
+2003-07-31 Alexandre Pigolkine <pigolkine@gmx.de>
+       * Control.cs : do not keep oldBounds if LAYOUT_SUSPENDED is true, 
+                                       call OnMouseDown/Up functions
+       * Button.cs
+       * ButtonBase.cs         painting moved inside OnPaint function
+       * NativeWindow.cs       (commented) debug output added
+
 2003-07-31 Aleksey Ryabchuk <ryabchuk@yahoo.com>
        * Control.cs : anchoring algorithm was fixed to avoid inaccuracies caused by rounding
        * TextBoxBase.cs : set FixedHeight style for single line edit boxes