[winforms] undo accidental removal of a line
authorMiguel de Icaza <miguel@gnome.org>
Thu, 16 Dec 2010 17:58:44 +0000 (12:58 -0500)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 16 Dec 2010 17:58:44 +0000 (12:58 -0500)
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBox.cs

index 4ee4ba1a7e637be445ad81aad163edc2a49ad02a..fc63bd4380829d61cc5a371e411e0fa2893c5df2 100644 (file)
@@ -357,6 +357,7 @@ namespace System.Windows.Forms {
                                if (!ReadOnly)
                                        backColor = SystemColors.Window;
                        }
+                       backcolor_set = false;
                        return backColor;
                }