Author: everaldo
Date: 2007-10-04 03:20:17 -0400 (Thu, 04 Oct 2007)
New Revision: 86849
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs
Log:
In System.Windows.Forms:
* ComboBox.cs: On contructor use backgound_color instead of BackColor to
prevent calling of OnBackColorChanged. Fixes #325321.
2007-10-03 Everaldo Canuto <[EMAIL PROTECTED]>
Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2007-10-04 07:03:53 UTC (rev 86848)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2007-10-04 07:20:17 UTC (rev 86849)
@@ -1,5 +1,10 @@
2007-10-03 Everaldo Canuto <[EMAIL PROTECTED]>
+ * ComboBox.cs: On contructor use backgound_color instead of BackColor to
+ prevent calling of OnBackColorChanged. Fixes #325321.
+
+2007-10-03 Everaldo Canuto <[EMAIL PROTECTED]>
+
* TextBox.cs: When check enabled uses Enabled property instead of
is_enabled
because control can be disabled because owner is disabled.
Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs
2007-10-04 07:03:53 UTC (rev 86848)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs
2007-10-04 07:20:17 UTC (rev 86849)
@@ -98,7 +98,7 @@
items = new ObjectCollection (this);
DropDownStyle = ComboBoxStyle.DropDown;
item_height = FontHeight + 2;
- BackColor = ThemeEngine.Current.ColorWindow;
+ background_color = ThemeEngine.Current.ColorWindow;
border_style = BorderStyle.None;
#if NET_2_0
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches