Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76057 --- shadow/76057 2005-09-18 18:42:14.000000000 -0400 +++ shadow/76057.tmp.16200 2005-10-24 03:27:55.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 76057 Product: Mono: Class Libraries Version: 1.1 OS: Red Hat 9.0 OS Details: CentOS -Status: NEW -Resolution: +Status: RESOLVED +Resolution: INCOMPLETE Severity: Unknown Priority: Normal Component: Sys.Drawing. AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -97,6 +97,36 @@ in (wrapper remoting-invoke-with-check) IVR.Editor.MainForm:.ctor (string []) in <0x000d6> IVR.Editor.MainForm:Main (System.String[] args) ------- Additional Comments From [EMAIL PROTECTED] 2005-09-18 18:42 ------- Could you provide a test case? + +------- Additional Comments From [EMAIL PROTECTED] 2005-10-24 03:27 ------- +I cannot reproduce this problem. I used winforms/button/swf- +buttons.exe with the following diff: + +@@ -85,6 +88,8 @@ + // button6 + // + this.button6.FlatStyle = +System.Windows.Forms.FlatStyle.Flat; ++ this.button6.BackColor = Color.Red; ++ this.button6.ForeColor = Color.Blue; + this.button6.Location = new +System.Drawing.Point(8, 128); + this.button6.Name = "button6"; + this.button6.Size = new System.Drawing.Size +(480, 24); +@@ -85,6 +88,8 @@ + // button6 + // + this.button6.FlatStyle = +System.Windows.Forms.FlatStyle.Flat; ++ this.button6.BackColor = Color.Red; ++ this.button6.ForeColor = Color.Blue; + this.button6.Location = new +System.Drawing.Point(8, 128); + this.button6.Name = "button6"; + this.button6.Size = new System.Drawing.Size +(480, 24); + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
